i {
    transition: 0.3s;
}

a {
    transition: 0.3s;
}

.site-header .transparent-menu.sticky {
    background-color: rgb(2, 19, 39);
}

.nav-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nav-menu .menu-ul li {
    position: relative;
    margin-right: 10px;
}

.nav-menu .menu-ul li a {
    display: inline-block;
    padding: 15px 10px;
}

.nav-menu .menu-ul li .sub-menu {
    position: absolute;
    display: block;
    background-color: rgb(255, 255, 255);
    width: 250px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.nav-menu .menu-ul li .sub-menu li {
    margin: 0px;
}

.nav-menu .menu-ul li .sub-menu li a {
    display: block;
}

.nav-menu .menu-ul li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-menu .menu-toggle {
    display: none;
}

@media (max-width: 768px) {
    .nav-menu .menu-toggle {
        display: block;
    }

    .nav-menu .menu-ul {
        position: absolute;
        top: 100%;
        background-color: yellow;
        width: 100%;
        display: none;
    }

    .nav-menu ul li a {
        width: 100%;
    }
}

.slick-dots {
    bottom: 0px !important;
    position: relative;
}

.service-button a {
    display: block;
}

.single-slick {
    position: relative;
    z-index: 1;
    min-height: 950px !important;
}

.slide-img, .parallax-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.single-slick.style-1 .slick-dots {
    bottom: 50px !important;
    position: relative;
}

.single-slick.style-1 .hero-text-wrap {
    width: 100%;
    text-align: center;
}

.single-slick.style-1 .hero-text-wrap h1 {
    animation: 1s ease 1.6s 1 normal both running fadeInUp;
    font-size: 60px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.single-slick.style-1 .hero-text-wrap h1 span {
    color: rgb(193, 157, 104);
}

.single-slick.style-1 .hero-text-wrap h4 {
    font-weight: 400;
    position: relative;
    z-index: 1;
    animation: 0.8s ease 0.8s 1 normal both running fadeInUp;
    font-size: 16px;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin: 25px 0px 18px;
}

.single-slick.style-1 .hero-text-wrap p {
    font-size: 17px;
    color: rgb(182, 185, 192);
    margin-top: 24px;
    width: 90%;
    animation: 1s ease 2s 1 normal both running fadeInUp;
}

.single-slick.style-1 .client-star i {
    display: inline-block;
    color: rgb(193, 157, 104);
    margin-right: 10px;
    font-size: 17px;
    animation: 0.5s ease 0.5s 1 normal both running fadeInUp;
}

.single-slick.style-two {
    max-height: 950px !important;
}

.single-slick.style-two .hero-text {
    text-align: center;
}

.single-slick.style-two .white-color h4 {
    margin: 25px 0px 73px;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 28px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 500;
    position: relative;
    animation: 1s ease 2s 1 normal both running fadeInUp;
}

.single-slick.style-two .white-color h4::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 55px;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 40px;
    right: 0px;
    margin: auto;
    animation: 1s ease 2s 1 normal both running fadeInUp;
}

.single-slick.style-two .hero-text-wrap h1 {
    animation: 1s ease 1.6s 1 normal both running fadeInUp;
    font-size: 60px;
    line-height: 75px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.single-slick.style-two .hero-text-wrap .btn {
    padding: 14px 24px 14px 35px;
    transition: 0.5s;
    margin-top: 28px;
}

.single-slick.style-two .hero-text-wrap p {
    margin-top: 24px;
    width: 62%;
    animation: 1s ease 2s 1 normal both running fadeInUp;
    font-size: 18px;
    color: rgb(255, 255, 255);
    max-inline-size: 40ch;
    line-height: 30px;
    position: relative;
    z-index: 1;
    border-left: 3px solid rgb(193, 157, 104);
    padding-left: 1rem;
}

.dreamit-slick-slider .hero-text-wrap .btn {
    border-radius: 0px;
    animation: 1s ease 2s 1 normal both running fadeInUp;
    display: inline-block;
    background: rgb(193, 157, 104);
    padding: 14px 28px;
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-family: "Cormorant Garamond";
    position: relative;
    z-index: 1;
    border: 1px solid rgb(193, 157, 104);
    transition: 0.5s;
    margin-top: 4px;
}

.dreamit-slick-slider .hero-text-wrap .btn::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0px;
    right: 153px;
    bottom: -11px;
    background: rgb(193, 157, 104);
    margin: auto;
}

.dreamit-slick-slider .hero-text-wrap .btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(193, 157, 104);
    border-color: rgb(255, 255, 255);
}

.dreamit-slick-slider .call-button {
    margin-left: 25px;
    animation: 1s ease 2s 1 normal both running fadeInUp;
}

.dreamit-slick-slider .call-number span {
    color: rgb(133, 139, 151);
}

.dreamit-slick-slider .call-number h3 {
    font-size: 17px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-top: 5px;
}

.dreamit-slick-slider .call-number h3 a {
    color: inherit;
}

.dreamit-slick-slider .call-icon i {
    width: 60px;
    height: 60px;
    display: inline-block;
    color: rgb(193, 157, 104);
    text-align: center;
    border: 2px solid rgb(193, 157, 104);
    border-radius: 100%;
    font-size: 28px;
    line-height: 56px;
    margin-right: 10px;
}

.single-slick.style-1 .slick-contact {
    display: inline-block;
    align-items: center;
    border: 1px solid rgb(255, 255, 255);
    padding: 10px 30px;
    position: absolute;
    left: -55px;
    top: 50%;
    transform: rotate(-90deg);
}

.single-slick.style-1 .slick-contact:hover {
    background: rgb(193, 158, 104);
    border-color: rgb(193, 158, 104);
}

.single-slick.style-1 .slick-contact:hover .icon i, .single-slick.style-1 .slick-contact:hover .number h3 {
    color: rgb(255, 255, 255);
}

.single-slick.style-1 .icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.single-slick.style-1 .icon i {
    color: rgb(193, 158, 104);
    transition: 0.5s;
}

.single-slick.style-1 .number {
    display: inline-block;
}

.single-slick.style-1 .number h3 {
    display: inline-block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-family: Lora;
    transition: 0.5s;
}

.dreamit-slick-slider .slider-video-icon span {
    margin-left: 22px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
}

.dreamit-slick-slider .slider-single-image {
    position: relative;
    animation: 0.8s ease 0.8s 1 normal both running fadeInUp;
    text-align: right;
    margin-right: -183px;
}

.dreamit-slick-slider .slider-single-image img {
    display: block;
}

.dreamit-slick-slider .slider-single-image img {
    filter: brightness(0.5);
}

.dreamit-slick-slider .slider-video-icon {
    animation: 1s ease 2s 1 normal both running fadeInUp;
    position: absolute;
    left: 45%;
    top: 45%;
    text-align: center;
}

.dreamit-slick-slider .slider-video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: rgb(193, 157, 104);
    background: rgb(255, 255, 255);
    display: inline-block;
    font-size: 26px;
    position: relative;
    z-index: 1;
}

.dreamit-slick-slider .slider-video-icon a::after {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    border: 3px dashed rgb(255, 255, 255);
    z-index: -1;
    content: "";
    border-radius: 100%;
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.dreamit-slick-slider .text-center .hero-text-wrap p {
    font-size: 18px;
    margin: 16px auto 48px;
    text-align: center;
}

.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    bottom: 10%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    transform: translate(0px, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    top: inherit;
}

.slick-prev {
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    height: 50px;
    bottom: 2%;
    transform: translate(0px, -50%);
    width: 50px;
    z-index: 1;
    transition: 0.3s;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.54);
    line-height: 50px;
    right: 95px !important;
}

.slick-next {
    border-radius: 0px;
    bottom: 10%;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.54);
    background-color: transparent !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px !important;
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
}

.slick-next:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(193, 157, 104);
    background-color: rgb(193, 157, 104) !important;
}

.slick-next::before {
    font-size: 26px !important;
    color: rgb(255, 255, 255) !important;
}

.dreamit-slick-slider .slick-prev {
    right: 0px;
}

.dreamit-slick-slider .slick-next {
    right: 33px;
    bottom: 2%;
    opacity: 1;
    transition: 0.5s;
    color: rgb(255, 255, 255) !important;
}

.dreamit-slick-slider .slick-prev::before, .dreamit-slick-slider .slick-next::before {
    font-size: 25px;
    transition: 0.3s;
    content: "";
    font-family: FontAwesome;
    color: rgb(255, 255, 255) !important;
}

.dreamit-slick-slider .slick-next::before {
    content: "" !important;
    font-family: FontAwesome;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
    outline: 0px;
    border-color: rgb(193, 157, 104);
}

.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
    color: rgb(255, 255, 255);
}

.rotateme {
    position: absolute;
    z-index: -1;
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.single-slick.style-three {
    min-height: 890px !important;
}

.single-slick.style-three .hero-text-wrap {
    background: rgb(39, 39, 39);
    padding: 53px 56px 69px;
    animation: 1s ease 1s 1 normal both running fadeInUp;
}

.single-slick.style-three .hero-text {
    text-align: left;
}

.single-slick.style-three .reviews_rating i {
    color: rgb(193, 157, 104);
    margin-right: 5px;
}

.single-slick.style-three .white-color h4 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    letter-spacing: 2px;
    background-color: transparent;
    display: inline-block;
    padding: 0px;
    margin: 20px 0px 19px;
    text-transform: uppercase;
}

.single-slick.style-three .white-color h1 {
    text-transform: capitalize;
    font-size: 60px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 70px;
}

.single-slick.style-three .hero-text-wrap .btn {
    margin-top: 7px;
}

.single-slick.style-three.slick-prev {
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    height: 50px;
    top: 50%;
    color: rgb(255, 255, 255);
    right: inherit;
    border: 1px solid rgba(255, 255, 255, 0.54);
    line-height: 50px;
    left: 95px !important;
}

.single-slick.style-four .hero-text-wrap {
    text-align: center;
}

.single-slick.style-four .white-color h4 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin: 0px 0px 25px;
    animation: 0.8s ease 0.8s 1 normal both running fadeInUp;
}

.single-slick.style-four .hero-text h1 {
    font-size: 70px;
    line-height: 80px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    animation: 1s ease 1.6s 1 normal both running fadeInUp;
}

.single-slick.style-four .hero-text p {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
    margin: 28px 0px 40px;
    animation: 1s ease 2s 1 normal both running fadeInUp;
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.star_list ul li {
    list-style: none;
    margin: 0px;
}

.work_progress.style4 {
    background: rgb(255, 255, 255);
    padding: 45px 20px 15px;
    position: relative;
    z-index: 1;
}

.work_progress.style4::before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 80px;
    height: 80px;
    background: url("https://wp.ditsolution.net/royella-multipurpose/wp-content/uploads/2023/06/it-pr.png") 0% 0% / cover no-repeat;
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
}

.work_progress.style4:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.work_progress.style4 .icon i {
    color: rgb(193, 157, 104);
    font-size: 38px;
    transition: 0.5s;
}

.work_progress.style4 .work_progress-title {
    padding-top: 10px;
}

.work_progress.style4 .work_progress-title h2 {
    font-size: 20px;
    font-weight: 600;
    transition: 0.5s;
}

.work_progress.style4 .work_progress-desc {
    padding-top: 14px;
}

.work_progress.style4 .work_progress-desc p {
    transition: 0.5s;
}

.work_progress.style4 .work_progress_icon {
    position: relative;
}

.work_progress.style4 .work_progress-number {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -55px;
    opacity: 0;
    transition: 0.5s;
}

.work_progress.style4 .work_progress-number span::before {
    display: none;
}

.work_progress.style4 .work_progress-number span::after {
    display: none;
}

.work_progress.style4 .work_progress-number span {
    background: rgb(193, 157, 104);
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 22px;
}

.work_progress.style4:hover .work_progress-title h2 {
    color: rgb(255, 255, 255);
}

.work_progress.style4:hover .work_progress-desc p {
    color: rgb(255, 255, 255);
}

.work_progress.style4:hover .icon i {
    color: rgb(255, 255, 255);
}

.work_progress.style4:hover .work_progress-number {
    bottom: -35px;
    opacity: 1;
}

div#itsolution-list-style ul li {
    position: relative;
    padding-left: 55px;
}

div#itsolution-list-style ul li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    height: 2px;
    width: 40px;
    background: rgb(255, 0, 0);
}

.section-title {
    position: relative;
}

.section-title .subtitle {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: rgb(193, 157, 104);
    margin: 0px 0px 16px;
    position: relative;
    display: inline-block;
}

.section-title .title {
    margin: 0px;
    font-size: 20px;
    text-transform: uppercase;
    color: rgb(255 255 255);
}

.section-title .title span {
    color: rgb(193, 157, 104);
}

.section-title .description {
    font-size: 16px;
    font-weight: 300;
    width: 50%;
    margin: 4px auto 0px;
}

.opacity-low {
    opacity: 0.7;
}

.section-image {
    position: relative;
    margin-bottom: 5px;
}

.section-image::before {
    position: absolute;
    content: "";
    width: 95px;
    height: 1px;
    left: -163px;
    right: 0px;
    top: 27px;
    background: rgba(97, 97, 97, 0.26);
    margin: auto;
}

.section-image::after {
    position: absolute;
    content: "";
    width: 95px;
    height: 1px;
    left: 0px;
    right: -156px;
    top: 27px;
    background: rgba(97, 97, 97, 0.26);
    margin: auto;
}

.section-title.center .description {
    font-size: 16px;
    font-weight: 300;
    width: 50%;
    margin: 10px auto 0px;
}

.section-title.style2 .subtitle {
    margin: 0px 0px 15px;
    font-size: 16px;
    color: rgb(193, 157, 104);
    font-weight: 500;
    text-transform: uppercase;
}

.section-title.style2.center .subtitle {
    font-size: 18px;
    color: rgb(193, 157, 104);
    font-weight: 500;
    text-transform: uppercase;
}

.section-title.style2 .title {
    margin: 0px;
    font-size: 20px;
    line-height: 0px;
    text-transform: uppercase;
    color: rgb(30, 30, 30);
}

.section-title.style2 .description {
    font-size: 16px;
    font-weight: 400;
    margin: 12px 0px 0px;
    width: 93%;
}

.section-title.style2.center .title {
    margin: 0px;
    font-size: 38px;
    line-height: 47px;
    text-transform: capitalize;
    color: rgb(30, 30, 30);
}

.section-title.style2.center .description {
    font-size: 16px;
    font-weight: 400;
    margin: 6px auto 0px;
    width: 56%;
}

.section-title.style3 .subtitle {
    margin: 0px 0px 16px;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: rgb(193, 157, 104);
    font-weight: 500;
    padding-left: 73px;
    position: relative;
}

.section-title.style3 .subtitle::before {
    position: absolute;
    content: "";
    width: 56px;
    height: 1px;
    top: 14px;
    left: 0px;
    background: rgb(193, 157, 104);
}

.section-title.style3 .title {
    margin: 0px;
    font-size: 38px;
    text-transform: capitalize;
    color: rgb(30, 30, 30);
}

.section-title.style3 .description {
    font-size: 16px;
    font-weight: 300;
    width: 98%;
    margin: 13px auto 0px;
}

.section-title.style4 .subtitle {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: rgb(97, 97, 97);
    margin: 0px 0px 16px;
    position: relative;
    display: inline-block;
    z-index: 22;
}

.section-title.style4 .subtitle::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -70px;
    top: 2px;
    background: url("https://wp.ditsolution.net/royella/wp-content/uploads/2023/12/shape.png") no-repeat;
    z-index: -1;
}

.section-title.style4 .subtitle::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -104%;
    top: 2px;
    background: url("https://wp.ditsolution.net/royella/wp-content/uploads/2023/12/shape.png") no-repeat;
    z-index: -1;
    left: inherit;
}

.section-title.style4 .title {
    margin: 0px;
    font-size: 38px;
    text-transform: capitalize;
    color: rgb(30, 30, 30);
}

.section-title-five .section-title.center .description {
    width: 98%;
    margin: 13px auto 0px;
}

.feature-box.style1 {
    padding: 38px 30px 18px;
    background: rgb(255, 255, 255);
    transition: 0.5s;
}

.feature-box.style1 {
    position: relative;
}

.feature-box.style1 .feature-box-title h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
    transition: 0.5s;
}

.feature-box.style1 .feature-box-title h2 {
    font-size: 22px;
    font-weight: 700;
    transition: 0.5s;
    margin: 15px 0px;
}

.feature-box.style1 .feature-box-desc {
    margin-bottom: 20px;
    transition: 0.5s;
}

.feature-box.style1 .feature-box-icon {
    display: inline-block;
    position: relative;
    margin-bottom: 17px;
}

.feature-box.style1 .feature-box-icon i {
    display: inline-block;
    color: rgb(193, 157, 104);
    font-size: 50px;
}

.feature-box.style2 {
    text-align: center;
    z-index: 99;
    padding: 38px 30px 18px;
    border: 1px solid rgb(235, 235, 253);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    transition: 0.3s;
}

.feature-box.style2:hover {
    border: 1px solid transparent;
    box-shadow: rgba(0, 204, 153, 0.07) 12px 13px 90px 0px;
}

.feature-box.style2 .feature-box-title h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
    transition: 0.5s;
}

.feature-box.style2 .feature-box-title h2 {
    font-size: 22px;
    font-weight: 600;
    transition: 0.5s;
    margin: 15px 0px;
}

.feature-box.style2 .feature-box-desc {
    margin-bottom: 20px;
    transition: 0.5s;
}

.feature-box.style2 .feature-box-icon {
    display: inline-block;
    position: relative;
    margin-bottom: 17px;
}

.feature-box.style2 .feature-box-icon i {
    display: inline-block;
    color: rgb(119, 122, 242);
    font-size: 36px;
    height: 86px;
    width: 86px;
    line-height: 80px;
    text-align: center;
    background: rgba(119, 122, 242, 0.15);
    border-radius: 33% 66% 70% 30% / 49% 62% 38% 51%;
    transition: 0.5s;
}

.feature-box.style12 {
    transition: 0.5s;
}

.feature-box.style12 .feature-box-thumb {
    position: relative;
    line-height: 0;
    transition: 0.5s;
}

.feature-box.style12:hover .feature-box-thumb::before {
    border-color: rgb(193, 157, 104);
}

.feature-box.style12 .feature-box-title h2 a {
    font-size: 20px;
    line-height: 26px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    font-family: "Cormorant Garamond";
    background: rgb(255, 255, 255);
    display: inline-block;
    position: absolute;
    bottom: 22px;
    left: 24px;
    padding: 12px 31px;
    transition: 0.5s;
}

.feature-box.style12:hover .feature-box-title h2 a {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.feature-box.style12 .feature-box-thumb::before {
    position: absolute;
    content: "";
    height: 90%;
    width: 93%;
    border: 2px solid rgb(99, 87, 75);
    transition: 0.5s;
    inset: 0px;
    margin: auto;
}

.feature-box.style12 .feature-box-thumb img {
    width: 100%;
}

.feature-box.style13 {
    transition: 0.5s;
}

.feature-box.style13 .feature-box-thumb {
    position: relative;
    line-height: 0;
    transition: 0.5s;
}

.feature-box.style13:hover .feature-box-thumb::before {
    border-color: rgb(255, 255, 255);
}

.feature-box.style13 .feature-box-title h2 a {
    font-size: 30px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: "Cormorant Garamond";
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 0px;
    transition: 0.5s;
    z-index: 2;
    right: 0px;
    margin: auto;
    text-align: center;
}

.feature-box.style13 .feature-box-thumb::before {
    position: absolute;
    content: "";
    height: 93%;
    width: 93%;
    border: 1px solid rgb(255, 255, 255);
    transition: 0.5s;
    inset: 0px;
    margin: auto;
    z-index: 1;
    opacity: 0;
}

.feature-box.style13:hover .feature-box-thumb::before {
    opacity: 1;
}

.feature-box.style13 .feature-box-thumb::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, rgb(29, 29, 29) 0%, rgb(29, 29, 29) 20%, rgba(29, 29, 29, 0) 64%, rgba(29, 29, 29, 0) 100%);
    transition: 0.5s;
    inset: 0px;
    margin: auto;
}

.feature-box.style13 .feature-box-thumb img {
    width: 100%;
}

.feature-box.style14 {
    transition: 0.5s;
}

.feature-box.style14 .feature-box-thumb {
    position: relative;
    line-height: 0;
    transition: 0.5s;
}

.feature-box.style14:hover .feature-box-thumb::before {
    border-color: rgb(193, 157, 104);
}

.feature-box.style14 .feature-box-title h2 {
    /* margin: 0px 0px 14px; */
}

.feature-box.style14 .feature-box-title h2 a {
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-transform: uppercase;
    /* font-family: "Cormorant Garamond"; */
}

.feature-box.style14 .feature-box-title h2 a:hover {
    color: rgb(193, 157, 104);
}

.feature-box.style14 .feature-box-thumb::before {
    position: absolute;
    content: "";
    height: 93%;
    width: 93%;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.5s;
    inset: 0px;
    margin: auto;
    z-index: 1;
    opacity: 1;
}

.feature-box.style14:hover .feature-box-thumb::before {
    opacity: 1;
}

.feature-box.style14 .feature-box-thumb::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, rgb(29, 29, 29) 0%, rgb(29 29 29 / 65%) 20%, rgba(29, 29, 29, 0) 64%, rgba(29, 29, 29, 0) 100%);
    transition: 0.5s;
    inset: 0px;
    margin: auto;
}

.feature-box.style14 .feature-box-thumb img {
    object-fit: cover;
    height: 300px;
    width: 100%;
}

.feature-box.style14 .feature-box-content {
    position: absolute;
    left: 0;
    right: 0;
    color: white;
    bottom: 22px;
    z-index: 9;
    text-align: center;
    margin: auto;
}

.feature-box.style14 .feature-btn a {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 19px 20px;
    color: rgb(255, 255, 255);
    transition: 0.5s;
    font-size: 15px;
}

.feature-box.style14 .feature-btn a:hover {
    border-color: rgb(193, 157, 104);
    background: rgb(193, 157, 104);
}

.feature-box.style14 p.feature-box-desc {
    color: rgb(193, 157, 104);
    margin: 22px 0px 37px;
    font-size: 20px;
}

.feature-box.style15 {
    margin-right: 20px;
}

.feature-box.style15 .feature-box-thumb {
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.feature-box.style15 .feature-box-thumb::before {
    position: absolute;
    top: 0px;
    left: -79%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(193, 158, 104, 0.5) 0%, rgba(193, 158, 104, 0.5) 100%);
    transform: skewX(-25deg);
    transition: 0.5s;
    opacity: 0;
}

.feature-box.style15 .feature-box-thumb:hover::before {
    animation: 1s ease 0s 1 normal none running shine;
    opacity: 1;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.feature-box.style15 .feature-box-thumb img {
    border-radius: 10px;
}

.feature-box.style15 .feature-box-content {
    padding: 15px 0px 0px;
}

.feature-box.style15 h2 {
    margin: 0px;
}

.feature-box.style15 h2.title a {
    font-size: 30px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: "Cormorant Garamond";
    position: relative;
    padding-left: 52px;
}

.feature-box.style15 h2.title a::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 17px;
    width: 38px;
    height: 1px;
    background-color: rgb(193, 157, 104);
}

.feature-box.style17 {
    background: rgb(255, 255, 255);
    padding: 15px;
    width: 285px;
    border-radius: 15px;
    filter: drop-shadow(rgba(229, 226, 221, 0.5) 0px 10px 50px);
    transition: 0.5s;
}

.feature-box.style17:hover {
    transform: translateY(-5px);
}

.feature-box.style17 .feature-box-content {
    padding: 2px 15px 10px;
}

.feature-box.style17 h2.title {
    margin: 0px;
}

.feature-box.style17 h2.title a {
    font-size: 24px;
    line-height: 26px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    font-family: "Cormorant Garamond";
}

.feature-box.style17 p.feature-box-desc {
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(193, 157, 104);
    font-weight: 600;
    font-family: "Cormorant Garamond";
    margin: 0px;
}

.dreamit-button.style1.center::before {
    display: none;
}

.dreamit-button .button {
    display: inline-block;
    background: rgb(193, 157, 104);
    padding: 13px 28px;
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 500;
    /* font-family: "Cormorant Garamond"; */
    position: relative;
    z-index: 1;
    border: 1px solid rgb(193, 157, 104);
    transition: 0.5s;
}

.dreamit-button {
    margin-top: 8px;
    position: relative;
}

.dreamit-button .button::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0px;
    bottom: -11px;
    background: rgb(193, 157, 104);
    margin: auto;
}

.dreamit-button .button:hover {
    color: rgb(193, 157, 104);
}

.dreamit-button .button::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    left: 50%;
    top: 0px;
    background: rgb(255, 255, 255);
    z-index: -1;
    transition: 0.5s;
}

.dreamit-button .button:hover::before {
    width: 100%;
    left: 0px;
}

.dreamit-button .button::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    transition: 0.5s;
}

.dreamit-button .button i {
    font-size: 11px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: rgb(255, 255, 255);
    color: rgb(193, 157, 104);
    display: inline-block;
    margin-left: 14px;
    position: relative;
    transition: 0.5s;
    font-weight: 700;
}

.dreamit-button .button:hover {
    color: rgb(193, 157, 104);
}

.dreamit-button .button:hover::before {
    width: 100%;
    left: 0px;
}

.dreamit-button .button:hover i {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.animation-bar {
    background: rgb(232, 232, 232);
    width: 100%;
    height: 1px;
    margin-bottom: 50px;
    position: relative;
}



.dreamit-button.style2 .button::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    background: rgb(30, 30, 30);
    border-radius: 0px;
    transition: 0.5s;
}

.dreamit-button.style2 .button:hover::before {
    width: 100%;
    left: 0px;
}

.dreamit-button.style2 .button:hover {
    color: rgb(255, 255, 255);
}

.dreamit-button.style5 .button {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(30, 30, 30);
    background: transparent;
}

.dreamit-button.style5 .button::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    transition: 0.5s;
}

.dreamit-button.style5 .button:hover::before {
    width: 100%;
    left: 0px;
}

.dreamit-button.style5 .button:hover {
    color: rgb(193, 157, 104);
}

.dreamit-button.style5::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: inherit;
    bottom: -11px;
    background: rgb(193, 157, 104);
    margin: auto;
}

.dreamit-button.style10 {
    margin-top: 8px;
    position: relative;
}

.dreamit-button.style10 .dremit_btn {
    display: inline-block;
}

.dreamit-button.style10 .button {
    display: flex;
    background: rgb(255 255 255);
    padding: 5px 38px 5px 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(0 0 0);
    font-weight: 500;
    /* font-family: "Cormorant Garamond"; */
    position: relative;
    z-index: 1;
    border: 1px solid rgb(255 255 255);
    transition: 0.5s;
    border-radius: 30px;
    align-items: center;
    overflow: hidden;
}

.dreamit-button.style10 .button i {
    font-size: 18px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 25px;
    text-align: center;
    background: rgb(0 0 0);
    color: rgb(255 255 255);
    display: inline-block;
    margin-left: 8px;
    position: relative;
    transition: 0.5s;
    font-weight: 700;
    margin-right: 14px;
}

.dreamit-button.style10 .button:hover {
    color: rgb(193, 157, 104) !important;
}

.dreamit-button.style10 .button:hover i {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.dreamit-button.style10 .animation-bar {
    background: rgb(232, 232, 232);
    width: 100%;
    height: 1px;
    margin-bottom: 42px;
    position: relative;
}

.dreamit-button.style11 .button {
    display: inline-block;
    background: rgb(53, 53, 53);
    padding: 49px 0px 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-family: "Cormorant Garamond";
    z-index: 1;
    border: none;
    transition: 0.5s;
    height: 171px;
    width: 171px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.dreamit-button.style11 .button::after {
    position: absolute;
    content: "";
    inset: 0px;
    border: 1px solid rgb(64, 64, 64);
    height: 155px;
    width: 155px;
    border-radius: 50%;
    background: transparent;
}

.dreamit-button.style11 .button::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    background: rgb(193, 157, 104);
    border-radius: 0px;
    transition: 0.5s;
}

.dreamit-button.style11 .button:hover::before {
    width: 100%;
    left: 0px;
}

.dreamit-button.style11 .button .button-tx {
    line-height: 24px;
}

.dreamit-button.style11 .button i {
    font-size: 18px;
    width: inherit;
    height: inherit;
    line-height: 0;
    border-radius: 0px;
    text-align: center;
    background: transparent;
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-left: 0px;
    position: relative;
    transition: 0.5s;
    font-weight: 700;
    transform: rotate(-45deg);
}

.dreamit-button.style11 .button:hover {
    color: rgb(255, 255, 255);
    transform: translateY(-6px);
}

.dreamit-button.style11 .button:hover i {
    color: rgb(255, 255, 255);
}

.service_item.style_2 {
    position: relative;
    margin: 0px 15px;
}

.service_carousel.style2 .service_item.style_2:hover .service_img img {
    transform: scale(1.1);
}

.service_carousel.style2 .service_img {
    position: relative;
    overflow: hidden;
}

.service_carousel.style2 .service_img img {
    transition: 0.5s;
}

.service_carousel.style2 .room-pricing {
    background: rgb(194, 157, 105);
    display: inline-block;
    padding: 3px 21px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.service_carousel.style2 .room-pricing span {
    display: inline-block;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-family: Lora;
    text-transform: uppercase;
    padding-right: 18px;
    position: relative;
}

.service_carousel.style2 .room-pricing span:last-child {
    padding-right: 0px;
}

.service_carousel.style2 .room-pricing span::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: 8px;
    left: -11px;
    background: rgb(255, 255, 255);
}

.service_carousel.style2 .room-pricing span.dolar::before {
    background: transparent;
}

.service_carousel.style2 .btn_img {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 6px;
}

.service_carousel.style2 .title {
    display: inline-block;
}

.service_carousel.style2 .reviews_rating {
    display: inline-block;
    float: right;
}

.service_carousel.style2 .room-details-button {
    position: absolute;
    bottom: -59px;
    left: 0px;
    transition: 0.5s;
}

.service_carousel.style2 .service_item.style_2:hover .room-details-button {
    bottom: 0px;
}

.service_carousel.style2 .room-details-button a {
    display: inline-block;
    background: rgb(30, 30, 30);
    font-size: 15px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-family: "Cormorant Garamond";
    padding: 9px 30px;
    position: relative;
    z-index: 1;
}

.service_carousel.style2 .room-details-button a::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    left: 50%;
    top: 0px;
    background: rgb(194, 157, 105);
    z-index: -1;
    transition: 0.5s;
}

.service_carousel.style2 .room-details-button a:hover::before {
    width: 100%;
    left: 0px;
}

.service_carousel.style2 .room-details-button i {
    display: inline-block;
    font-size: 14px;
    position: relative;
    left: 7px;
    top: 1px;
}

.service_carousel.style2 .service_content {
    padding: 28px 32px 5px;
    border-right: 1px solid rgba(30, 30, 30, 0.1);
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
    border-left: 1px solid rgba(30, 30, 30, 0.1);
    border-image: initial;
    border-top: transparent;
    background: rgb(255, 255, 255);
}

.service_carousel.style2 h4.sub_title {
    font-size: 14px;
    color: rgb(193, 157, 104);
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
}

.service_carousel.style2 .service_title .title {
    display: inline-block;
    font-size: 28px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    font-family: "Cormorant Garamond";
    margin: 14px 0px 17px;
    transition: 0.5s;
}

.service_carousel.style2 .service_title .title a {
    color: inherit;
    margin: 0px;
}

.service_carousel.style2 .service_title .title a:hover {
    color: rgb(193, 157, 104);
}

.service_carousel.style2 p.description {
    transition: 0.5s;
    font-size: 14px;
    color: rgb(97, 97, 97);
    font-weight: 400;
}

.service_carousel.style2 .inner_content {
    border-right: 1px solid rgba(30, 30, 30, 0.1);
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
    border-left: 1px solid rgba(30, 30, 30, 0.1);
    border-image: initial;
    border-top: none;
    padding: 15px 25px 18px;
    background: rgb(255, 255, 255);
}

.service_carousel.style2 .inner_content .title .title {
    display: inline-block;
    font-size: 16px;
    color: rgb(97, 97, 97);
    font-weight: 400;
    font-family: Lora;
    position: relative;
    margin: 0px;
}

.service_carousel.style2 .inner_content .title .title::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    right: -74px;
    top: 0px;
    background: rgba(30, 30, 30, 0.1);
}

.rooms-star i.active {
    display: inline-block;
    color: rgb(194, 157, 105);
    margin-left: 3px;
}

.item_two .service_carousel.style2 .service_img img {
    transition: 0.5s;
    height: 320px;
    width: 100%;
    object-fit: cover;
}

.service_carousel.style2 .owl-dots {
    position: relative;
    text-align: center;
    left: 0px;
    bottom: -30px;
    margin: auto;
}

.service_carousel.style2 button.owl-dot {
    display: inline-block;
    border: 2px solid rgba(30, 30, 30, 0.1);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 6px;
}

.service_carousel.style2 button.owl-dot.active {
    display: inline-block;
    background: rgb(193, 158, 102);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 6px;
    border: transparent;
}

.style_two .service_carousel.style2 {
    margin-bottom: 10px;
}

.style_two .service_carousel.style2 .owl-dots {
    display: none;
}

.service_item.style_3 {
    text-align: left;
    position: relative;
    margin: 0px 15px;
    transition: 0.5s;
}

.service_item.style_3 span.dolar {
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    border: 1px solid rgb(255, 255, 255);
    padding: 7px 35px;
    z-index: 1;
    position: absolute;
    left: 15px;
    top: 15px;
    font-family: "Cormorant Garamond", serif;
    transition: 0.5s;
}

.service_item.style_3 .service_title a h2 {
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    font-family: "Cormorant Garamond";
    position: relative;
    transition: 0.5s;
    margin: 0px;
}

.service_item.style_3 .service_title a h2::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    bottom: 0px;
    left: 0px;
    background: rgba(30, 30, 30, 0.72);
    transition: 0.5s;
}

.service_item.style_3 .service_content {
    background: rgb(255, 255, 255);
    border-right: 1px solid rgba(30, 30, 30, 0.1);
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
    border-left: 1px solid rgba(30, 30, 30, 0.1);
    border-image: initial;
    border-top: transparent;
    padding: 26px 31px 20px;
    transition: 0.5s;
}

.service_item.style_3 .country_name {
    color: rgb(104, 104, 104);
    font-size: 18px;
}

.service_item.style_3 .content_bottom {
    background: rgb(255, 255, 255);
    border-right: 1px solid rgba(30, 30, 30, 0.1);
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
    border-left: 1px solid rgba(30, 30, 30, 0.1);
    border-image: initial;
    border-top: transparent;
    padding: 16px 31px;
}

.service_item.style_3 span.offer span {
    display: inline-block;
    text-decoration: line-through;
    margin-right: 4px;
}

.service_item.style_3:hover span.dolar {
    background: rgb(193, 157, 104);
    border-color: rgb(193, 157, 104);
}

.service_item.style_3:hover .service_title a h2::before {
    width: 100%;
}

.service_item.style_3 .service_box_icon {
    display: inline-block;
}

.service_item.style_3 .service_title {
    display: block;
    margin-bottom: 20px;
}

.service_item.style_3 .description {
    display: inline-block;
    margin-left: 7px;
}

.service_item.style_3 .reviews_rating {
    line-height: 4px;
}

.service_item.style_3 .rooms-star i.active {
    display: inline-block;
    color: rgb(194, 157, 105);
    margin-left: 3px;
    font-size: 13px;
}

.service_item.style_3 .rooms-star {
    display: inline-block;
}

.service_item.style_3 .rooms-star i {
    display: inline-block;
    margin-left: 3px;
    font-size: 13px;
}

.service_item.style_3 .country {
    display: inline-block;
}

.service_item.style_5 {
    margin: 0px 15px 40px;
    position: relative;
    z-index: 2;
    transition: 0.5s;
    transform: scale(1);
}

.service_item.style_5 .service_img {
    position: relative;
    z-index: 2;
}

.service_item.style_5 .service_img::before {
    position: absolute;
    content: "";
    top: 18px;
    left: 0px;
    height: 91%;
    width: 93%;
    border: 1px solid rgb(255, 255, 255);
    right: 0px;
    margin: auto;
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}

.service_item.style_5:hover .service_img::before {
    opacity: 1;
}

.service_item.style_5 .service_img::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, rgb(29, 29, 29) 0%, rgba(29, 29, 29, 0) 41%, rgba(29, 29, 29, 0) 100%);
    right: 0px;
    margin: auto;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}

.owl-item.active .service_item.style_5:hover .service_img::after {
    opacity: 1;
}

.service_item.style_5 .room-pricing {
    display: inline-block;
    position: absolute;
    top: 52px;
    left: 40px;
    background: rgb(255, 255, 255);
    padding: 6px 16px;
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
}

.service_item.style_5:hover .room-pricing {
    top: 40px;
    opacity: 1;
}

.service_item.style_5 .room-pricing .dolar {
    font-size: 14px;
    line-height: 26px;
    color: rgb(30, 30, 30);
    font-weight: 400;
    font-family: Lora;
    padding-right: 15px;
    position: relative;
}

.service_item.style_5 .room-pricing .dolar::before {
    position: absolute;
    content: "";
    top: 3px;
    right: 4px;
    height: 11px;
    width: 1px;
    background: rgb(142, 142, 142);
}

.service_item.style_5 .room-pricing .title {
    font-size: 14px;
    line-height: 26px;
    color: rgb(30, 30, 30);
    font-weight: 400;
    font-family: Lora;
}

.service_item.style_5 .room-details-button {
    position: absolute;
    left: 0px;
    top: 54%;
    flex-shrink: 0;
    right: 0px;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: 0.4s;
    z-index: 2;
}

.service_item.style_5:hover .room-details-button {
    opacity: 1;
    top: 50%;
}

.service_item.style_5 .room-details-button a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    background: rgb(255, 255, 255);
    line-height: 40px;
    text-align: center;
    transform: rotate(-45deg);
}

.service_item.style_5 .service_content {
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 7px;
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
}

.service_item.style_5:hover .service_content {
    opacity: 1;
    bottom: 23px;
}

.service_item.style_5 h4.sub_title {
    font-size: 14px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 0px 0px 4px;
}

.service_item.style_5 h2.title {
    font-size: 32px;
    color: rgb(255, 255, 255);
    margin: 0px;
    font-weight: 600;
}

.service_carousel.style5 .owl-dots {
    position: relative;
    text-align: center;
    left: 0px;
    bottom: 5px;
    margin: auto;
}

.service_carousel.style5 button.owl-dot {
    display: inline-block;
    border: 2px solid rgba(30, 30, 30, 0.1);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 6px;
}

.service_carousel.style5 button.owl-dot.active {
    display: inline-block;
    background: rgb(193, 158, 102);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 6px;
    border: transparent;
}

.service_item.style_6 {
    margin: 0px 10px;
    background: rgb(255, 255, 255);
    text-align: center;
}

.service_item.style_6 .service_content {
    padding: 11px 0px 23px;
}

.service_item.style_6 span.dolar {
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    border: 1px solid rgb(255, 255, 255);
    padding: 7px 35px;
    z-index: 1;
    position: absolute;
    left: 27px;
    top: 20px;
    font-family: "Cormorant Garamond", serif;
    transition: 0.5s;
}

.service_item.style_6:hover span.dolar {
    background: rgb(193, 157, 104);
    border-color: rgb(193, 157, 104);
}

.service_item.style_6 .service_content h2 a {
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    font-family: "Cormorant Garamond";
    position: relative;
    transition: 0.5s;
}

.service_item.style_6 .service_content h2 a::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    bottom: 0px;
    left: 0px;
    background: rgba(30, 30, 30, 0.72);
    transition: 0.5s;
}

.service_item.style_6:hover .service_content h2 a::before {
    width: 100%;
}

.service_item.style_6 .service_content h2 {
    margin: 0px;
}

.service_carousel.style6 .owl-nav {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -164px;
    right: 6px;
}

.service_carousel.style6 button.owl-prev i, .service_carousel.style6 button.owl-next i {
    color: rgb(204, 203, 199);
    display: inline-block;
    border: 1px solid rgb(204, 203, 199);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0px 7px;
}

.service_carousel.style6 button.owl-prev i:hover, .service_carousel.style6 button.owl-next i:hover {
    background: rgb(174, 149, 85);
    color: rgb(255, 255, 255);
    border-color: rgb(174, 149, 85);
}

.service_item.style_8 {
    position: relative;
    margin-right: 20px;
    transition: 0.5s;
    z-index: 2;
}

.service_item.style_8 .service_img {
    position: relative;
    z-index: 1;
    line-height: 0;
}

.service_item.style_8 .service_img::before {
    position: absolute;
    content: "";
    inset: 0px;
    height: 90%;
    width: 90%;
    background-color: rgba(51, 51, 51, 0);
    border: 1px solid rgb(193, 157, 104);
    margin: auto;
    opacity: 0;
    z-index: 2;
    transition: 400ms linear;
}

.service_item.style_8 .service_img::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    height: 0%;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(29, 29, 29, 0.4) 0%, rgba(29, 29, 29, 0.4) 7%, rgba(29, 29, 29, 0) 67%, rgba(29, 29, 29, 0) 100%);
    transition: 400ms linear;
}

.service_item.style_8:hover .service_img::before {
    opacity: 1;
}

.service_item.style_8:hover .service_img::after {
    height: 100%;
}

.service_item.style_8 .service_content {
    position: absolute;
    bottom: -35px;
    left: 45px;
    z-index: 2;
    transition: 400ms linear;
}

.service_item.style_8:hover .service_content {
    bottom: 57px;
}

.service_item.style_8 h2.title {
    font-size: 30px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: "Cormorant Garamond";
}

.service-carousel3 button.owl-prev i, .service-carousel3 button.owl-next i {
    display: inline-block;
    color: white;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid rgb(255 255 255);
    margin: 0px 10px;
    position: absolute;
    right: 22%;
    top: -70px;
}

.service-carousel3 button.owl-next i {
    display: inline-block;
    right: 17.6%;
}

.service-carousel3 button.owl-prev i:hover, .service-carousel3 button.owl-next i:hover {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.service_item.style_9 {
    margin-right: 30px;
    transition: 0.5s;
    position: relative;
}

.service_item.style_9 .service_content {
    padding: 14px 0px 0px;
}

.service_item.style_9 .service_title a h2 {
    font-size: 28px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: "Cormorant Garamond";
    margin: 0px;
}

.service_item.style_9:hover .service_title a h2 {
    color: rgb(193, 157, 104);
}

.service_carousel.style9 .owl-nav {
    display: inline-block;
    position: absolute;
    left: -51%;
    top: 61%;
}

.service_carousel.style9 button.owl-next i, .service_carousel.style9 button.owl-prev i {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 50px;
    display: inline-block;
}

.service_carousel.style9 button.owl-next i:hover, .service_carousel.style9 button.owl-prev i:hover {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.service_carousel.style9 button.owl-next i {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 50px;
    display: inline-block;
    margin-left: 10px;
}

.overview .animation-bar {
    margin-bottom: 30px;
}

.dark_two .service_carousel.style5 button.owl-dot {
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: rgb(255, 255, 255);
    width: 11px;
    height: 11px;
}

.dark_two .service_carousel.style5 button.owl-dot.active {
    background: rgb(193, 158, 102);
    border-color: rgb(193, 158, 102);
}

.dark .service_carousel.style2 button.owl-dot {
    border: 2px solid rgba(255, 255, 255, 0.55);
}

.dark .service_carousel.style2 button.owl-dot.active {
    border: 2px solid rgb(193, 158, 102);
}

.dark .service_carousel.style2 .inner_content {
    border-right: 1px solid rgba(172, 172, 172, 0.42);
    border-bottom: 1px solid rgba(172, 172, 172, 0.42);
    border-left: 1px solid rgba(172, 172, 172, 0.42);
    border-image: initial;
    border-top: none;
    background: transparent;
}

.dark .service_carousel.style2 .inner_content .title .title {
    color: rgb(172, 172, 172);
}

.dark_two .service_item.style_3 .content_bottom {
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    border-left: 1px solid rgba(255, 255, 255, 0.32);
    border-image: initial;
    border-top: none;
}

.image_carousel.style1 .item.style1 {
    margin: 29px;
}

.image_carousel.style1 .item.style1 img {
    height: 608px;
    width: 580px;
    object-fit: cover;
}

.image_carousel.style1 .owl-dots {
    position: relative;
    text-align: center;
    left: 0px;
    bottom: 71px;
    margin: auto;
    background: rgb(255, 255, 255);
    width: 17%;
    padding: 5px 0px 13px;
}

.image_carousel.style1 .owl-dot {
    display: inline-block;
    border: 2px solid rgba(30, 30, 30, 0.1);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 6px;
}

.image_carousel.style1 .owl-dot.active {
    display: inline-block;
    background: rgb(193, 158, 102);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 6px;
    border: transparent;
}

.my-image.style2 .owl-nav {
    position: absolute;
    bottom: 65px;
    right: 13px;
}

.my-image.style2 button.owl-prev i, .my-image.style2 button.owl-next i {
    color: rgb(255, 255, 255);
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.54);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0px 5px;
}

.servcie-room .service_carousel.style2 .inner_content {
    background: rgb(255, 255, 255);
}

.servcie-room .service_carousel.style2 .owl-dots {
    display: none;
}

.my-image.style2 {
    transition: 0.5s;
}

.my-image.style2 .image {
    overflow: hidden;
    transition: 0.4s;
}

.item.style2 {
    line-height: 0;
    overflow: hidden;
}

.my-image.style2 .image img {
    overflow: hidden;
    transition: 0.4s;
    transform: scale(1);
}

.my-image.style2 .image:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.service-box.style1 {
    position: relative;
    margin-left: 111px;
    margin-top: 13px;
}

.service-box.style1 .service-number {
    position: absolute;
    left: -21%;
    top: 0px;
}

.service-box.style1 span.service-box-number {
    font-size: 40px;
    color: rgb(193, 157, 104);
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;
}

.service-box.style1 .content .sub-title {
    font-size: 16px;
    line-height: 26px;
    color: rgb(193, 157, 104);
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
}

.service-box.style1 .content .title {
    font-size: 32px;
    line-height: 26px;
    color: rgb(30, 30, 30);
    font-weight: 600;
}

.service-box.style1 .content .description {
    margin-top: 46px;
    position: relative;
    margin-bottom: 40px;
}

.service-box.style1 .content .description::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    left: 0px;
    top: -35px;
    background: rgba(97, 97, 97, 0.35);
}

.service-box.style1 .content .service-btn a {
    display: inline-block;
    color: rgb(97, 97, 97);
    font-size: 21px;
    transition: 0.5s;
}

.service-box.style1.style_2 {
    position: relative;
    margin-left: 0px;
    margin-right: 110px;
}

.service-box.style1.style_2 .service-number {
    position: absolute;
    left: inherit;
    right: -102px;
}

.service-box.style3 {
    text-align: center;
    padding: 48px 20px 33px;
    position: relative;
    z-index: 1;
}

.service-box.style3::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: rgb(193, 157, 104);
    transition: 0.5s;
    z-index: -1;
    opacity: 0;
}

.service-box.style3:hover::before {
    opacity: 1;
    height: 100%;
}

.service-box.style3 .icon {
    position: relative;
    background: rgb(248, 246, 243);
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 129px;
    border-radius: 50%;
    transition: 0.5s;
}

.service-box.style3:hover .icon {
    background: rgb(214, 198, 174);
}

.service-box.style3 h3.title {
    font-size: 28px;
    color: rgb(30, 30, 30);
    font-weight: 700;
    margin: 11px 0px 14px;
    transition: 0.5s;
}

.service-box.style3:hover h3.title, .service-box.style3:hover .description {
    color: rgb(255, 255, 255);
}

.service-box.style3 .service-btn a {
    display: inline-block;
    font-size: 15px;
    color: rgb(193, 157, 104);
    font-weight: 400;
    font-family: Lora;
    text-transform: uppercase;
    margin-top: 2px;
    opacity: 0;
    transition: 0.5s;
}

.service-box.style3:hover .service-btn a {
    opacity: 1;
}

.service-box.style3.active {
    background: rgb(255, 255, 255);
}

.service-box.style3.active::before {
    opacity: 1;
}

.service-box.style3.active .service-btn a {
    opacity: 1;
}

.service-box.style4 h3.title {
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: capitalize;
    margin: 24px 0px 17px;
}

.service-box.style4 p.description {
    color: rgb(172, 172, 172);
}

.service-box.style4 .service-btn a {
    display: inline-block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    margin-top: 6px;
}

.service-box.style5 {
    background: rgb(255, 255, 255);
    padding: 30px;
}

.service-box.style5 .servie_thumb {
    overflow: hidden;
    transition: 0.5s;
}

.service-box.style5 .servie_thumb img {
    transform: scale(1.1);
    transition: 0.5s;
    width: 100%;
}

.service-box.style5:hover .servie_thumb img {
    transform: scale(1.2);
}

.service-box.style5 .content {
    padding: 23px 0px 0px;
}

.service-box.style5 .content .title {
    font-size: 34px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    transition: 0.5s;
    margin: 6px 0px 10px;
    line-height: 1.1;
}

.service-box.style5 .service-btn a {
    display: inline-block;
    text-transform: uppercase;
    color: rgb(30, 30, 30);
    font-weight: 500;
    margin: 3px 0px 0px;
    font-size: 16px !important;
}

.service-box.style5 .service-btn a:hover {
    color: rgb(193, 157, 104);
}

.service-box.style5 .service-btn a i {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-left: 6px;
}

.service-box.style6 .servie_thumb {
    position: relative;
    z-index: 2;
    overflow: hidden;
    line-height: 0;
}

.service-box.style6 .servie_thumb::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.service-box.style6 .servie_thumb img {
    width: 100%;
}

.service-box.style6 .icon {
    position: absolute;
    top: 48px;
    left: 37px;
}

.service-box.style6 .title h2 {
    display: inline-block;
    font-size: 34px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: "Cormorant Garamond";
    position: absolute;
    bottom: 40px;
    left: 41px;
}

.service-box.style6 .content .description {
    line-height: 26px;
}

.service-box.style6 .content {
    position: absolute;
    bottom: -336px;
    left: 0px;
    right: 0px;
    background: rgb(255, 255, 255);
    width: 92%;
    margin: auto;
    padding: 22px 25px 39px;
    transition: 0.5s;
}

.service-box.style6:hover .content {
    bottom: 15px;
}

.service-box.style6 .content h3 {
    font-size: 34px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    margin: 10px 0px;
}

.service-box.style6 .service-btn a {
    display: inline-block;
    font-size: 16px;
    color: rgb(193, 157, 104);
    font-weight: 500;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    border: 1px solid rgb(193, 157, 104);
    padding: 8px 24px;
    transition: 0.5s;
    margin-top: 15px;
    line-height: 26px;
}

.service-box.style6 .service-btn a i {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

.service-box.style6 .service-btn a:hover {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
    border-color: rgb(193, 157, 104);
}

.service-box.style7 h4.sub-title {
    font-size: 16px;
    color: rgb(97, 97, 97);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 0px 0px 14px;
    display: inline-block;
}

.service-box.style7 h4.sub-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -70px;
    top: 2px;
    background: url("https://wp.ditsolution.net/royella/wp-content/uploads/2023/12/shape.png") no-repeat;
    z-index: -1;
}

.service-box.style7 h4.sub-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -104%;
    top: 2px;
    background: url("https://wp.ditsolution.net/royella/wp-content/uploads/2023/12/shape.png") no-repeat;
    z-index: -1;
    left: inherit;
}

.service-box.style7 h3.title {
    font-size: 38px;
    color: rgb(30, 30, 30);
    font-weight: 700;
    margin: 0px 0px 11px;
}

.service-box.style7 .service-btn a {
    display: inline-block;
    font-size: 16px;
    color: rgb(193, 157, 104);
    font-weight: 500;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    border: 1px solid rgb(193, 157, 104);
    padding: 8px 24px;
    transition: 0.5s;
    margin-top: 12px;
    line-height: 26px;
}

.service-box.style7 .service-btn a i {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

.service-box.style7 .service-btn a:hover {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
    border-color: rgb(193, 157, 104);
}

.service-box.style8 {
    text-align: center;
    position: relative;
    transition: 0.5s;
}

.service-box.style8 .thumb {
    line-height: 0;
    position: relative;
    transition: 0.5s;
}

.service-box.style8 .thumb img {
    width: 100%;
}

.service-box.style8 .thumb::before {
    position: absolute;
    content: "";
    inset: 0px;
    height: 95%;
    width: 93%;
    border: 1px solid rgb(255, 255, 255);
    margin: auto;
    transition: 0.5s;
}

.service-box.style8:hover .thumb::before {
    border-color: rgb(193, 157, 104);
}

.service-box.style8 .content {
    padding: 16px 0px 0px;
}

.service-box.style8 h3.title {
    font-size: 28px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 11px;
}

.service-box.style8 .service-btn a {
    display: inline-block;
    background: rgb(248, 246, 243);
    padding: 7px 20px;
    transition: 0.5s;
    line-height: 26px;
    text-transform: uppercase;
}

.service-box.style8 .service-btn a i {
    display: inline-block;
    margin-left: 6px;
}

.service-box.style8:hover .service-btn a {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.service-box.style8 p.description {
    margin: 0px 0px 28px;
    line-height: 26px;
}

.dark-two-service .service-box.style8 .service-btn a {
    background: transparent;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(61, 61, 61);
}

.dark-two-service .service-box.style8:hover .service-btn a {
    background: rgb(193, 158, 104);
    border-color: rgb(193, 158, 104);
}

.single_service_items {
    position: relative;
    z-index: 1;
}

.service_items.style_two::before {
    position: absolute;
    content: "";
    top: 15px;
    left: -14px;
    height: 100%;
    width: 100%;
    border: 1px dashed rgb(190, 157, 104);
    z-index: -1;
}

.service_items.style_two {
    position: relative;
    margin: 0px 20px 21px;
}

.service_items.style_two .service_item_img {
    position: relative;
    overflow: hidden;
}

.service_items.style_two .service_item_img img {
    transform: scale(1.2);
    transition: 0.5s;
}

.service_items.style_two:hover .service_item_img img {
    transform: scale(1);
}

.service_items.style_two .service_item_content {
    padding: 7px 32px 1px;
    background: rgb(255, 255, 255);
    border: transparent;
}

.service_items.style_two .service_item_content h2 a {
    font-size: 28px;
    line-height: 38px;
    color: rgb(30, 30, 30);
    font-weight: 700;
    text-transform: capitalize;
    transition: 0.5s;
}

.service_items.style_two .service_item_content h2 a:hover {
    color: rgb(193, 157, 104);
}

.service_items.style_two h4.sub_title {
    font-size: 17px;
    color: rgb(97, 97, 97);
    font-weight: 400;
    font-family: Lora;
    margin: 19px 0px 20px;
}

.service_items.style_two .list_item ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(226, 224, 224);
    padding-bottom: 7px;
    margin-bottom: 22px;
}

.service_items.style_two .list_item.two ul li:last-child {
    border-bottom: transparent;
}

.lines.about {
    padding: 0px 0px 4px;
    animation: inherit;
}

.lines.about .line {
    width: 100%;
}

.dreamit-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding: 4px 0px 10px;
    font-style: italic;
}

.line .lines .line {
    background-color: rgba(35, 35, 35, 0.1);
}

.about .dreamit-icon-title h4 {
    color: rgb(35, 35, 35);
}

.dreamit-icon-title-two .dreamit-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: rgb(35, 35, 35);
    font-style: inherit;
}

.dreamit-icon-title h4 span {
    color: rgb(193, 157, 104);
}

.dreamit-custom-title h4 {
    font-size: 18px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    z-index: 1;
}

.dreamit-custom-title h4::before {
    position: absolute;
    content: "";
    left: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.15);
}

.dreamit-custom-title h4::after {
    position: absolute;
    content: "";
    right: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.15);
}

.dreamit-custom-title-two .dreamit-custom-title h4 {
    color: rgb(35, 35, 35);
}

.dreamit-custom-title-two .dreamit-custom-title h4::before {
    background-color: rgba(35, 35, 35, 0.1);
    width: 390px;
}

.dreamit-custom-title-two .dreamit-custom-title h4::after {
    background-color: rgba(35, 35, 35, 0.1);
    width: 390px;
}

.line-two .lines.about .line {
    width: 100%;
    background-color: rgb(224, 224, 224);
}

.icon-box.style1 {
    border: 1px solid rgb(53, 53, 53);
    text-align: center;
    padding: 37px 0px 27px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.icon-box.style1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("https://wp.ditsolution.net/royella-multipurpose/wp-content/uploads/2024/06/feature-imgs-1.jpg") center center / cover no-repeat;
    transition: 0.5s;
    z-index: 2;
    opacity: 0;
}

.icon-box.style1.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("https://wp.ditsolution.net/royella-multipurpose/wp-content/uploads/2024/06/feature-imgs-1.jpg") center center / cover no-repeat;
    transition: 0.5s;
    z-index: 2;
    opacity: 1;
}

.icon-box.style1:hover::before {
    opacity: 1;
}

.icon-box.style1::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgb(39, 39, 39);
    transition: 0.5s;
    z-index: -1;
}

.icon-box.style1 .icon-box-icon {
    padding-right: 0px;
}

.icon-box.style1 .icon-box-content h4 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 55px;
    position: relative;
}

.icon-box.style1 .icon-box-content h2::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    left: 0px;
    top: -42px;
    background: rgb(53, 53, 53);
    right: 0px;
    margin: auto;
}

.icon-box.style1 .icon-box-content .description p {
    font-size: 14px;
    margin: 0px;
}

.icon-box.style1 .icon-box-icon .icon {
    border: 1px dashed var(--title-color);
    border-radius: 50%;
    padding: 12px;
}

.icon-box.style1 .icon-box-icon .icon i {
    display: inline-block;
    font-size: 20px;
    color: var(--title-color);
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    background-color: rgb(249, 249, 249);
    border-radius: 50%;
}

.icon-box.style-two {
    display: flex;
}

.icon-box.style-two .icon-box-icon {
    display: inline-block;
    margin-right: 19px;
}

.icon-box.style-two .icon-box-icon .icon i {
    color: rgb(194, 157, 104);
    font-size: 14px;
}

.icon-box.style-two .icon-box-content h4 {
    margin: 0px;
    font-size: 17px;
    color: rgb(30, 30, 30);
    font-weight: 500;
    font-family: Lora;
    text-align: left;
    line-height: 28px;
}

.icon-box.style-two .description p {
    position: relative;
    margin: 0px;
}

.icon-box.style3 {
    display: flex;
    align-items: center;
    padding: 0px;
    transition: 0.5s;
    margin-bottom: 6px;
}

.icon-box.style3 .icon-box-icon {
    flex-shrink: 0;
    padding-right: 15px;
}

.icon-box.style3 .icon i {
    font-size: 11px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: rgb(193, 157, 104);
    border-radius: 50%;
    color: rgb(255, 255, 255);
}

.icon-box.style3 .icon-box-content .title {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.icon-box.style3 .icon-box-content .description {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.icon-box.style4 {
    display: flex;
    align-items: center;
}

.icon-box.style4 .icon {
background: rgb(0 0 0);
    color: rgb(247 167 7);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 18px;
    transition: 0.5s;
}

.icon-box.style4 h4.title {
    font-size: 15px;
    color: rgb(0 0 0);
    font-weight: 550;
    text-transform: uppercase;
    /* font-family: Lora; */
    margin: 0px 0px 4px;
}

.icon-box.style4 p.description {
    font-size: 16px;
    color: rgb(30, 30, 30);
    /* font-weight: 500; */
    /* font-family: "Cormorant Garamond"; */
    margin: 0px;
}

.icon-box.style4:hover .icon {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.our-menu .icon-box.style4 {
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
}

.our-menu .icon-box.style4 h4.title {
    font-size: 19px;
    color: rgb(30, 30, 30);
    font-weight: 600;
}

.our-menu .icon-box.style4 p.description {
    font-size: 26px;
    color: rgb(193, 157, 104);
    font-weight: 500;
    font-family: "Cormorant Garamond";
    margin: 0px;
}

.icon-box.style5 {
    display: flex;
    align-items: center;
}

.icon-box.style5 .img-icon {
    display: inline-block;
    margin-right: 10px;
}

.icon-box.style5 h4.title {
    font-size: 26px;
    margin: 0px;
    font-weight: 600;
}

.icon-box.style6 {
    display: flex;
    align-items: center;
}

.icon-box.style6 .icon i {
    display: inline-block;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.34);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 11px;
}

.icon-box.style6 h4.title {
    font-size: 16px;
    margin: 0px;
    color: rgb(255, 255, 255);
    font-family: Lora, serif;
    font-weight: 500;
}

.icon-box.style7 {
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    padding: 24px 29px;
    position: relative;
    z-index: 1;
}

.icon-box.style7::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(193, 157, 104);
    z-index: -1;
    left: 0px;
    top: 0px;
    transform: scale(0);
    transition: 0.5s;
}

.icon-box.style7:hover::after {
    transform: scale(1);
}

.icon-box.style7 .img-icon {
    display: inline-block;
    margin-right: 11px;
    transition: 0.5s;
}

.icon-box.style7:hover .img-icon img {
    filter: brightness(0) invert(1);
}

.icon-box.style7 h4.title {
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    transition: 0.5s;
}

.icon-box.style7:hover h4.title {
    color: rgb(255, 255, 255);
}

.icon-box.style7:hover .img-icon {
    filter: brightness(0) invert(1);
}

.icon-box.style12 {
    display: flex;
}

.icon-box.style12 .icon-box-content h4 {
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 0px 0px 8px;
}

.icon-box.style12 .icon-box-icon {
    margin-right: 28px;
    position: relative;
    top: 7px;
}

.icon-box.style12 .icon-box-content .description {
    color: rgb(255, 255, 255);
    opacity: 0.7;
    width: 90%;
}

.icon-box.style12:hover .img-icon img {
    animation: 2s linear 0s infinite normal none running updown;
    transform-origin: 0px 0px -50px;
}

.icon-box.style12 .img-icon img {
    transition: 0.5s;
}

@-webkit-keyframes updown {
    0% {
        transform: rotateX(0deg);
    }

    25% {
        transform: rotateX(5deg);
    }

    50% {
        transform: rotateX(0deg);
    }

    75% {
        transform: rotateX(-5deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.icon-box.style13 {
    display: flex;
    align-items: center;
}

.icon-box.style13 h4.title {
    /* font-family: Lora; */
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.icon-box.style14 {
    width: 380px;
    height: 185px;
    background-color: rgb(193, 157, 104);
    border: 6px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    padding: 0px 39px;
}

.icon-box.style14 h4.title {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
}

.icon-box.style14 .icon-box-icon {
    flex-shrink: 0;
    margin-right: 23px;
}

.icon-box.style15 {
    width: 410px;
    height: 201px;
    border-radius: 10px 10px 0px 0px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0px 32px;
    backdrop-filter: blur(12px);
}

.icon-box.style15 .img-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: rgba(193, 157, 104, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 120px;
    position: relative;
    z-index: 1;
}

.icon-box.style15 .img-icon::after {
    position: absolute;
    content: "";
    top: 9px;
    left: 9px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: rgb(193, 157, 104);
    z-index: -1;
}

.icon-box.style15 h4.title {
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-family: "Cormorant Garamond";
    margin: 0px;
}

.overview_about_content {
    width: 409px;
    height: 109px;
    background-color: rgb(30, 30, 30);
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
}

.overview_about_content h2 {
    font-size: 30px;
    line-height: 44px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin: 0px;
    padding-left: 151px;
    position: relative;
    display: inline-block;
}

.overview_about_content h2::before {
    position: absolute;
    content: "";
    top: 19px;
    left: 59px;
    width: 75px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}

.overview_about_content h2 span {
    color: rgb(193, 157, 104) !important;
}

.icon-bg .icon-box.style4 .icon {
    background: rgb(248, 246, 243);
}

.heading.style2 a p {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
    color: rgb(97, 97, 97);
    font-weight: 500;
    font-style: italic;
    font-family: Lora;
    width: 96%;
}

.footer-six .icon-box.style6 .icon {
    height: 76px;
    width: 76px;
    line-height: 76px;
}

.footer-six input[type="email"] {
    font-size: 14px;
    height: 56px;
    padding: 5px 25px;
    position: relative;
    width: 100%;
    border: 0px;
    margin-bottom: 0px;
    outline: 0px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.15);
}

.elementor-element-afc0a41 .input-check-box {
    color: rgb(255, 255, 255);
}

@keyframes kmacb-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.circle-progress {
    display: inline-block;
    position: relative;
}

.circle-progress h2 {
    text-align: left;
    font-size: 18px;
    display: inline-block;
    position: relative;
    left: 15px;
    line-height: 28px;
    font-weight: 500;
    margin: 0px;
}

.progress {
    line-height: 150px;
    margin: 0px;
    box-shadow: none;
    display: inline-block;
    position: relative;
    width: 89px !important;
    height: 89px !important;
    background: transparent !important;
}

.progress::after {
    content: "";
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 6px solid rgb(238, 238, 238);
    position: absolute;
    top: 0px;
    left: 0px;
}

.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.progress .progress-left {
    left: 0px;
}

.progress .progress-bar {
    width: 90%;
    height: 90%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0px;
    border-color: rgb(255, 61, 0);
}

.progress .progress-left .progress-bar {
    left: 91%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0px;
    transform-origin: left center;
}

.progress .progress-right {
    right: 0px;
}

.progress .progress-right .progress-bar {
    left: -96%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0px;
    transform-origin: right center;
}

.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 400;
    color: rgb(35, 35, 35);
}

.progress .progress-value span {
    font-size: 18px;
    text-transform: uppercase;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: 1.5s linear 0s 1 normal forwards running loading-1;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: auto ease 0s 0 normal none running none;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: 1.5s linear 0s 1 normal forwards running loading-2;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: auto ease 0s 0 normal none running none;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: 1.5s linear 0s 1 normal forwards running loading-3;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: auto ease 0s 0 normal none running none;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: 1.5s linear 0s 1 normal forwards running loading-4;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: auto ease 0s 0 normal none running none;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: 1.5s linear 0s 1 normal forwards running loading-5;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: auto ease 0s 0 normal none running none;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: 1.5s linear 0s 1 normal forwards running loading-5;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: 1.5s linear 1.5s 1 normal forwards running loading-1;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: 1.5s linear 0s 1 normal forwards running loading-5;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: 1.5s linear 1.5s 1 normal forwards running loading-2;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: 1.5s linear 0s 1 normal forwards running loading-5;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: 1.5s linear 1.5s 1 normal forwards running loading-3;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: 1.5s linear 0s 1 normal forwards running loading-5;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: 1.5s linear 1.5s 1 normal forwards running loading-4;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: 1.5s linear 0s 1 normal forwards running loading-5;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: 1.5s linear 1.5s 1 normal forwards running loading-5;
}

@keyframes loading-1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(36deg);
    }
}

@keyframes loading-2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(72deg);
    }
}

@keyframes loading-3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(108deg);
    }
}

@keyframes loading-4 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(144deg);
    }
}

@keyframes loading-5 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.service_room.style1 {
    background: rgb(255, 255, 255);
    transition: 0.5s;
}

.service_room.style1 .room_img {
    position: relative;
    line-height: 0;
}

.service_room.style1 .room_img::before {
    position: absolute;
    content: "";
    inset: 0px;
    height: 91%;
    width: 91%;
    border: 1px solid rgb(255, 255, 255);
    transition: 0.5s;
    margin: auto;
}

.service_room.style1:hover .room_img::before {
    border-color: rgb(193, 157, 104);
}

.service_room.style1 .room_img img {
    width: 100%;
    border-radius: 20px;
}

.service_room.style1 .service_room_body {
    padding: 29px 35px 40px;
}

.service_room.style1 .room_pricing {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 40px;
    background: rgb(255, 255, 255);
    padding: 6px 16px;
    z-index: 2;
    transition: 0.5s;
}

.service_room.style1:hover .room_pricing {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.service_room.style1:hover .room_pricing .dolar, .service_room.style1:hover .room_pricing .title {
    color: rgb(255, 255, 255);
}

.service_room.style1:hover .room_pricing .dolar::before {
    background: rgb(255, 255, 255);
}

.service_room.style1 .room_pricing .dolar {
    font-size: 14px;
    color: rgb(30, 30, 30);
    font-weight: 400;
    font-family: Lora;
    padding-right: 15px;
    position: relative;
    transition: 0.5s;
    line-height: 26px;
}

.service_room.style1 .room_pricing .dolar::before {
    position: absolute;
    content: "";
    top: 3px;
    right: 4px;
    height: 11px;
    width: 1px;
    background: rgb(142, 142, 142);
}

.service_room.style1 .room_pricing .title {
    font-size: 14px;
    line-height: 26px;
    color: rgb(30, 30, 30);
    font-weight: 400;
    font-family: Lora;
    transition: 0.5s;
}

.service_room.style1 ul.features li {
    display: inline-block;
    margin-right: 19px;
    font-size: 14px;
    color: rgb(97, 97, 97);
    font-weight: 400;
    font-family: Lora;
}

.service_room.style1 ul.features li img {
    margin-right: 8px;
}

.service_room.style1 .service_room_body h3 {
    margin: 16px 0px 11px;
    font-size: 30px;
    font-weight: 600;
}

.service_room.style1 .service_room_body p {
    line-height: 26px;
}

.service_room.style1 .room_btn {
    display: inline-block;
    margin-top: 10px;
}

.service_room.style1 .room_btn a {
    display: inline-block;
    background: rgb(248, 246, 243);
    padding: 7px 20px;
    transition: 0.5s;
    line-height: 26px;
    text-transform: uppercase;
}

.service_room.style1 .room_btn a i {
    display: inline-block;
    margin-left: 6px;
}

.service_room.style1:hover .room_btn a {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.dark_room_two .service_room.style1 .service_room_body {
    background: rgb(39, 39, 39);
}

.dark_room_two .service_room.style1 ul.features li {
    color: rgba(255, 255, 255, 0.74);
}

.dark_room_two .icon-box.style4 h4.title {
    color: rgba(255, 255, 255, 0.74);
}

.dark_room_two .service_room.style1 .room_btn a {
    background: transparent;
    border: 1px solid rgb(61, 61, 61);
}

.service_room.style1:hover .room_btn a {
    background: rgb(193, 158, 104);
    border-color: rgb(193, 158, 104);
}

.service_room.style3 {
    transition: 0.5s;
}

.service_room.style3:hover {
    filter: drop-shadow(rgba(177, 177, 177, 0.3) 0px 10px 40px);
    background-color: rgb(255, 255, 255);
}

.service_room.style3 .room_img {
    line-height: 0;
}

.service_room.style3 .room_img img {
    width: 100%;
}

.service_room.style3 .service_room_body {
    background: rgb(255, 255, 255);
    padding: 25px 30px;
    position: relative;
}

.service_room.style3 .service_room_body::before {
    position: absolute;
    content: "";
    top: 112px;
    width: 100%;
    height: 1px;
    background-color: rgba(30, 30, 30, 0.1);
    left: 0px;
}

.service_room.style3 .service_room_body::after {
    position: absolute;
    content: "";
    bottom: 72px;
    width: 100%;
    height: 1px;
    background-color: rgba(30, 30, 30, 0.1);
    left: 0px;
}

.service_room.style3 .service_room_body p {
    font-size: 16px;
    line-height: 26px;
    color: rgb(193, 157, 104);
    font-weight: 400;
    font-family: Lora;
    margin: 0px;
}

.service_room.style3 .service_room_body h3 {
    font-size: 30px;
    line-height: 26px;
    color: rgb(30, 30, 30);
    margin: 12px 0px 47px;
}

.service_room.style3 ul.features li {
    list-style: none;
    margin: 0px 0px 14px;
}

.service_room.style3 ul.features li img {
    margin-right: 7px;
    position: relative;
    top: 4px;
}

.service_room.style3 .room_btn {
    display: inline-block;
    margin-top: 35px;
}

.service_room.style3 .room_btn a {
    font-size: 15px;
    text-transform: uppercase;
    color: rgb(30, 30, 30);
    font-weight: 500;
    font-family: "Cormorant Garamond";
    transition: 0.5s;
    display: inline-block;
}

.service_room.style3 .room_btn a i {
    display: inline-block;
    color: rgb(193, 157, 104);
    margin-left: 7px;
}

.service_room.style3 .room_btn a:hover {
    color: rgb(193, 157, 104);
}

.service_room.style1.style4 {
    border-radius: 20px 20px 10px 10px;
}

.service_room.style1.style4 h3 {
    font-size: 30px;
    line-height: 26px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    font-family: "Cormorant Garamond";
    margin: 0px 0px 18px;
}

.service_room.style1.style4 .room_pricing {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: inherit;
    background: rgb(255, 255, 255);
    padding: 6px 16px;
    z-index: 2;
    transition: 0.5s;
    border-radius: 30px;
    right: 16px;
}

.service_room.style1.style4 .room_img::before {
    display: none;
}

.service_room.style1.style4:hover .room_pricing {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.service_room.style1.style4 .service_room_content {
    padding: 35px 30px 34px;
}

.service_room.style1.style4 .service_room_body {
    padding: 0px;
}

.service_room.style1.style4 .reviews_rating i.active {
    color: rgb(253, 155, 44);
    font-size: 14px;
    margin: 23px 0px 22px;
}

.service_room.style1.style4 .room_btn {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.service_room.style1.style4 .room_btn a {
    display: block;
    background: rgb(30, 30, 30);
    padding: 13px 20px;
    transition: 0.5s;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 30px;
    color: rgb(255, 255, 255);
}

.service_room.style1.style4:hover .room_btn a {
    background: rgb(193, 157, 104);
}

.single-counter .icon i {
    font-size: 50px;
    color: rgb(193, 157, 104);
}

.counter-content span {
    font-size: 70px;
    color: rgb(193, 157, 104);
    font-weight: 500;
    display: inline-block;
    margin: 0px 0px 40px;
    font-family: "Cormorant Garamond", serif;
}

.counter-content .suffix {
    color: rgb(193, 157, 104);
}

.counter-content h6 {
    font-size: 16px;
    font-weight: 400;
}

.single-counter.style_two .counter-content span {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 14px;
}

.single-counter.style_two .counter-content .suffix {
    color: rgb(193, 157, 104);
    font-family: "Fira sans";
}

.single-counter.style_two .counter-content h6 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    font-family: poppins;
}

.single-counter.style_five .counter-content span {
    font-size: 38px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    display: inline-block;
    margin: 0px 0px 2px;
    font-family: "Cormorant Garamond", serif;
}

.single-counter.style_five .counter-content h6 {
    font-family: Lora;
    color: rgb(97, 97, 97);
}

.single-counter.style_five .counter-content .suffix {
    color: rgb(30, 30, 30);
}

.single-counter.style_six {
    width: 250px;
    height: 250px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 23px 0px 0px;
    backdrop-filter: blur(12px);
}

.single-counter.style_six .icon {
    margin-bottom: 32px;
}

.single-counter.style_six h6 {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: rgb(30, 30, 30);
    font-weight: 600;
    font-family: "Cormorant Garamond";
    text-align: center;
}

.team.style1 {
    text-align: center;
    border: 1px solid rgba(30, 30, 30, 0.1);
    padding: 28px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 0px;
    transition: 0.5s;
}

.team.style1:hover {
    background: rgb(193, 157, 104);
}

.team.style1 .content {
    padding: 6px 0px 0px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.team.style1 .bio {
    transition: 0.4s;
}

.team.style1:hover .bio {
    opacity: 0;
}

.team.style1 .team_dsc {
    padding: 28px 0px 0px;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    left: 0px;
    bottom: -64px;
    right: 0px;
    margin: auto;
    z-index: 2;
}

.team.style1:hover .team_dsc {
    opacity: 1;
    bottom: 3px;
}

.team.style1 .bio .name {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.team.style1 .bio .designation {
    color: rgb(130, 143, 160);
}

.team.style1 .content .social-icon {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team.style1 .content .social-icon li {
    margin-bottom: 5px;
    margin-right: 5px;
}

.team.style1 .content .social-icon li a {
    display: inline-block;
}

.team.style1 .content .social-icon li a i {
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    margin-right: 17px;
    color: rgb(255, 255, 255);
}

.team.style1 .content span.email {
    font-size: 22px;
    font-family: "Cormorant Garamond";
    color: rgb(255, 255, 255);
}

.team.style1 .bio .name {
    margin-bottom: 8px;
    font-size: 28px;
    color: rgb(30, 30, 30);
    font-weight: 600;
}

.team.style1 .bio .designation {
    color: rgb(97, 97, 97);
    margin: 0px;
}

.team.style1 .content .social-icon {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team.style1 .content .social-icon li {
    margin-bottom: 5px;
    margin-right: 5px;
}

.team.style1 .content .social-icon li a {
    display: inline-block;
}

.team.style2 {
    position: relative;
    z-index: 1;
}

.team.style2 .team-content {
    position: absolute;
    bottom: -11px;
    left: 0px;
    right: 0px;
}

.team.style2 .bio {
    padding: 10px 0px 17px;
    background: rgb(193, 157, 104);
    text-align: center;
    width: 80%;
    position: relative;
    z-index: 1;
    left: 10%;
    border-radius: 3px 3px 0px 0px;
    transform: perspective(500px) rotateX(90deg);
    transition: 400ms linear;
}

.team.style2 ul.social-icon {
    position: relative;
    z-index: 1;
    left: 10%;
    width: 80%;
    background: rgb(19, 19, 35);
    text-align: center;
    padding: 14px 0px;
    border-radius: 0px 0px 3px 3px;
    transform: perspective(500px) rotateX(-90deg);
    transition: 400ms linear;
}

.team.style2 .bio h2 {
    font-size: 22px;
    font-weight: 500;
    padding: 0px 0px 4px;
    color: rgb(255, 255, 255);
}

.team.style2 h5.designation {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;
    font-weight: 400;
    margin: 0px 0px 5px;
}

.team.style2 ul.social-icon li {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-right: 6px;
}

.team.style2 ul.social-icon li a {
    width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    background-color: rgb(55, 54, 68);
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team.style2 ul.social-icon li a::before {
    position: absolute;
    content: "";
    z-index: -1;
    inset: 0px;
    background: rgb(193, 157, 104);
    transform: scale(0);
    border-radius: 50px;
    transition: 0.5s;
}

.team.style2 ul.social-icon li a:hover::before {
    transform: scale(1);
}

.team.style2:hover .bio {
    transform: perspective(500px) rotateX(0deg);
}

.team.style2:hover ul.social-icon {
    transform: perspective(500px) rotateX(0deg);
}

.team.style5 {
    position: relative;
    text-align: center;
}

.team.style5 .image {
    position: relative;
    margin-top: -86px;
    z-index: 1;
}

.team.style5 .team-content {
    background: rgb(255, 255, 255);
    padding: 22px 30px 113px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    text-align: left;
}

.team.style5 .team-content::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    height: 0px;
    width: 100%;
    background: center center / cover no-repeat rgb(193, 157, 104);
    transition: 400ms linear;
    z-index: -1;
    border-radius: 0px 0px 4px 4px;
}

.team.style5 .team-content::after {
    position: absolute;
    content: "";
    top: 0px;
    width: 100%;
    background: rgb(193, 157, 104);
    height: 0px;
    left: 0px;
    border-radius: 0px;
    transition: 400ms linear;
}

.team.style5:hover .team-content::before {
    height: 100%;
}

.team.style5:hover .team-content::after {
    height: 4px;
}

.team.style5 .team-content .bio .name {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 7px;
}

.team.style5 .team-content .bio .designation {
    font-size: 16px;
    font-weight: 300;
    color: rgb(104, 104, 104);
    margin: 0px;
}

.team.style5:hover .team-content .bio .name, .team.style5:hover .team-content .bio .designation {
    color: rgb(255, 255, 255);
}

.team.style5 .team-share {
    display: inline-block;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background: rgb(193, 157, 104);
    cursor: pointer;
    position: absolute;
    top: -18px;
    right: 27px;
    transition: 0.5s;
    z-index: 22;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
}

.team.style5 ul.social-icon {
    position: absolute;
    right: 29px;
    top: 44px;
    transition: 0.5s;
    background: transparent;
    border-radius: 4px;
}

.team.style5 ul.social-icon.active li a {
    transform: translateY(15px);
    opacity: 1;
    overflow: hidden;
    visibility: visible;
}

.team.style5 .team-share-icon {
    position: relative;
    z-index: 1;
}

.team.style5 .team-share-icon::before {
    position: absolute;
    content: "";
    inset: 0px 0px -32px;
    margin: auto;
    background: rgb(193, 157, 104);
    height: 14px;
    width: 14px;
    z-index: -1;
    transform: rotate(45deg);
}

.team.style5 ul.social-icon li {
    list-style: none;
    margin-bottom: 4px;
}

.team.style5 ul.social-icon li a {
    display: inline-block;
    transition: 0.5s 0.3s;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(193, 157, 104);
    width: 35px;
    height: 35px;
    line-height: 35px;
    z-index: -1;
    overflow: hidden;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    border-radius: 100%;
}

.team.style5 ul.social-icon li a:hover {
    color: rgb(255, 255, 255);
    background: rgb(35, 35, 35);
}

.team.style5 ul.social-icon li:nth-child(1) a {
    transition-delay: 0.4s;
}

.team.style5 ul.social-icon li:nth-child(2) a {
    transition-delay: 0.2s;
}

.team.style5 ul.social-icon li:nth-child(3) a {
    transition-delay: 0s;
}

.team-carousel.style2 {
    text-align: center;
}

.team-carousel.style2 .single-team {
    margin-bottom: 30px;
}

.team-carousel.style2 .image {
    position: relative;
    overflow: hidden;
}

.team-carousel.style2 .image img {
    width: 100%;
}

.team-carousel.style2 .image .social-icon {
    position: absolute;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0px;
    right: 0px;
    bottom: -100px;
    transition: 0.5s;
    height: 100px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
}

.team-carousel.style2 .single-team:hover .image .social-icon {
    bottom: 0px;
}

.team-carousel.style2 .image .social-icon li {
    margin-bottom: 5px;
    margin-right: 5px;
}

.team-carousel.style2 .image .social-icon li a {
    display: inline-block;
}

.team-carousel.style2 .image .social-icon li a i {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--title-color);
    border-radius: 50%;
}

.team-carousel.style2 .image .social-icon li a i:hover {
    background-color: var(--main-color);
}

.team-carousel.style2 .bio .name {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 8px;
}

.team-carousel.style2 .bio .designation {
    color: rgb(87, 100, 124);
    font-size: 15px;
    font-weight: normal;
}

.team-carousel.style2 .content {
    padding: 25px;
    box-shadow: rgba(45, 105, 255, 0.13) 0px 0px 30px 0px;
}

.heading h4 {
    border-bottom: 2px solid rgb(221, 224, 231);
    padding-bottom: 20px;
}

.heading.style3 h4 {
    border-bottom: none;
    padding-bottom: 0px;
}

.work-process.style1 {
    text-align: center;
    padding: 0px 22px;
}

.work-process.style1 .icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.work-process.style1 .icon::before {
    position: absolute;
    content: "";
    top: -14px;
    left: -15px;
    right: 0px;
    margin: auto;
    height: 62px;
    width: 62px;
    background: rgb(254, 102, 55);
    transition: 0.5s;
    z-index: -1;
    border-radius: 100%;
}

.work-process.style1 .icon::after {
    position: absolute;
    content: "";
    top: -7px;
    left: 22px;
    right: 0px;
    margin: auto;
    height: 100%;
    width: 351px;
    background: url("https://wp.ditsolution.net/royella/wp-content/uploads/2023/05/line-shape.png") center center no-repeat;
    z-index: -1;
}

.pocess .work-process.style1 .icon::after {
    display: none;
}

.work-process.style1 .icon i {
    color: rgb(238, 83, 248);
}

.work-process.style1 .content .title {
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: "Fira Sans";
    transition: 0.5s;
    margin: 13px 0px 6px;
}

.work-process.style1 .content .description {
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.work_progress {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0px 20px;
}

.wrok_process_thumb {
    text-align: center;
    border: 4px solid transparent;
    border-radius: 50%;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    box-shadow: rgba(24, 35, 51, 0.09) 0px 0px 9px 0px;
}

.work_progress:hover .wrok_process_thumb {
    border-color: rgb(237, 44, 65);
}

.wrok_process_thumb img {
    border-radius: 50%;
    border: 10px solid rgb(255, 255, 255);
}

.progress_content {
    text-align: center;
}

.default-style .work_progress-number {
    position: absolute;
    left: -26px;
    top: 50.5%;
    margin: auto;
    transition: 0.5s;
    transform: translateY(-50%);
}

.work_progress-title {
    padding-top: 24px;
}

.work_progress-title h2 {
    font-size: 20px;
    font-weight: 700;
}

.work_progress-desc {
    padding-top: 5px;
}

.work_progress.default-style:hover .work_progress-number {
    top: 40%;
}

.work_progress-number span {
    background: rgb(237, 44, 65);
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.work_progress-number span::before {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 60px;
    height: 60px;
    background: rgb(237, 44, 65);
    opacity: 0.6;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
}

.work_progress-number span::after {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 80px;
    height: 80px;
    background: rgb(237, 44, 65);
    opacity: 0.4;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
}

.process-bg-shape {
    position: relative;
}

.process-bg-shape::before {
    position: absolute;
    right: 0px;
    bottom: -27px;
    width: 100%;
    content: "";
    background: url("assets/images/graduation-bg.png") center top no-repeat;
    height: 500px;
}

.em_process-icon {
    position: relative;
}

.em_process-icon i {
    background: linear-gradient(to right, rgb(0, 13, 255), rgb(44, 52, 255), rgb(68, 75, 255), rgb(88, 96, 255), rgb(107, 115, 255));
    color: rgb(255, 255, 255);
    width: 90px;
    height: 90px;
    display: inline-block;
    line-height: 90px;
    font-size: 40px;
    border-radius: 4px;
}

.work_progress.style3 {
    padding: 34px 13px 7px;
    background: rgb(245, 245, 245);
    border-radius: 5px;
}

.work_progress.style3 .work_progress-title h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 7px 0px 4px;
}

.work_progress.style3 .work_progress-number span {
    background: rgb(193, 157, 104);
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: rgb(255, 255, 255);
}

.work_progress.style3 .work_progress-number span::before {
    display: none;
}

.work_progress.style3 .work_progress-number span::after {
    position: absolute;
    left: -6px;
    top: -6px;
    width: 82px;
    height: 82px;
    background: rgb(237, 44, 65);
    opacity: 0.3;
}

span.elementor-progress-percentage {
    position: relative;
    top: -22px !important;
}

.item-list.style1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.item-list.style1 li {
    font-size: 18px;
}

.item-list.style1 li i {
    color: rgb(255, 255, 255);
    font-size: 12px;
    background: linear-gradient(-37deg, rgb(69, 218, 101) 7%, rgb(13, 110, 255) 100%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

.call-to-action {
    text-align: center;
    position: relative;
}

.call-to-action-title h2 {
    font-size: 35px;
    margin: 20px auto;
    text-transform: capitalize;
}

.call-to-action-title span {
    font-size: 40px;
    display: block;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 700;
}

.call-to-action-btn {
    margin-top: 30px;
}

.call-to-action-btn a {
    border: none;
    display: inline-block;
    text-transform: capitalize;
    background-color: rgb(237, 44, 65);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    padding: 16px 32px;
    transition: 0.5s;
    font-weight: 500;
}

.call-to-action-btn a i {
    margin-left: 8px;
}

.call-to-action-btn a:hover {
    background: rgb(255, 255, 255);
    color: rgb(237, 44, 65);
}

.call-to-action-desc {
    width: 31%;
    margin: auto;
}

.call-to-video {
    margin-bottom: 35px;
}

.call-video-link a {
    display: inline-block;
}

.call-video-link a i {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: rgb(255, 255, 255);
    text-align: center;
    line-height: 90px;
    color: rgb(237, 44, 65);
    border-radius: 100%;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.call-video-link a {
    position: relative;
}

.call-video-link a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: 1500ms ease-out 0s infinite normal none running pulse-border;
}

.call-to-video i {
    font-size: 23px;
}

.testimonial.style1 {
    padding: 10px;
}

.testimonial.style1 .owl-item:nth-child(2n+1) {
    margin-top: 0px;
}

.testimonial.style1 .testimonial-item {
    z-index: 1;
}

.testimonial.style1 .testimonial-item .inner_box {
    background: rgb(255, 255, 255);
    padding: 34px 43px 40px;
    margin: 40px 15px;
}

.testimonial.style1 .testimonial-item .inner_box::before {
    position: absolute;
    content: "";
    width: 81%;
    height: 87%;
    left: 0px;
    right: 0px;
    top: 30px;
    background: rgb(194, 157, 104);
    margin: auto;
    z-index: -1;
}

.testimonial.style1 .quote_img {
    display: inline-block;
    position: absolute;
    right: 55px;
    top: 8px;
}

.testimonial.style1 .author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial.style1 .author img {
    width: 73px;
}

.testimonial.style1 .testi-star i.active {
    display: inline-block;
    color: rgb(193, 156, 103);
    margin-right: 4px;
    font-size: 14px;
}

.testimonial.style1 .testi-star i {
    color: rgb(193, 156, 103);
    font-size: 14px;
}

.testimonial.style1 p.quote {
    font-size: 18px;
    line-height: 30px;
    color: rgb(97, 97, 97);
    font-weight: 400;
    font-style: italic;
    font-family: Lora;
    margin: 16px 0px 51px;
    position: relative;
}

.testimonial.style1 p.quote::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 35px;
    left: 0px;
    bottom: -41px;
    background: rgb(194, 157, 104);
}

.testimonial.style1 h4.name {
    font-size: 22px;
    line-height: 26px;
    color: rgb(30, 30, 30);
    font-weight: 500;
    margin: 0px;
}

.testimonial.style1 h5.designation {
    position: relative;
    font-weight: 400;
    margin: 0px 0px 0px 29px;
}

.testimonial.style1 h5.designation::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    top: 15px;
    left: -26px;
    background: rgb(193, 157, 104);
}

.testimonial-item.style_2 {
    position: relative;
    z-index: 1;
}

.testimonial-item.style_2 .single_testi_two {
    background-color: rgb(248, 246, 243);
    padding: 0px 0px 10px;
    position: relative;
    margin: 24px;
}

.testimonial-item.style_2 .single_testi_two::after {
    position: absolute;
    content: "";
    top: 16px;
    left: -16px;
    height: 100%;
    width: 100%;
    border: 1px dashed rgb(190, 157, 104);
    z-index: -1;
    transition: 0.5s;
}

.testimonial-item.style_2 .single_testi_two:hover::after {
    border: 1px solid rgb(190, 157, 104);
}

.single_testi_two .author {
    display: inline-block;
    margin-right: 20px;
}

.single_testi_two .content {
    display: flex;
    align-items: center;
}

.single_testi_two p.quote {
    padding: 25px 36px 0px;
    font-size: 17px;
}

.testimonial-item.style_2 .single_testi_two .reviews_rating {
    position: absolute;
    right: 0px;
    top: 51px;
    background: rgb(193, 157, 104);
    padding: 6px 28px 6px 35px;
    border-radius: 20px 0px 0px 20px;
}

.testimonial-item.style_2 .single_testi_two .reviews_rating::before {
    display: none;
}

.testimonial-item.style_2 .single_testi_two .reviews_rating .testi-star::before {
    display: none;
}

.single_testi_two h4.name {
    margin: 0px 0px 6px;
    color: rgb(30, 30, 30);
    font-size: 22px;
    line-height: 29px;
    /* font-weight: 700; */
}

.single_testi_two h5.designation {
    margin: 0px;
    font-family: Lora;
    font-size: 16px;
    font-weight: 500;
    color: rgb(193, 157, 104);
}

.single_testi_two .testi-star i.active {
    display: inline-block;
    color: rgb(255, 255, 255);
    margin-right: 6px;
    font-size: 14px;
}

.testimonial-item.style_3 .testi_inner_content {
    background-color: rgb(255, 255, 255);
    padding: 31px 37px 32px;
    position: relative;
    margin-bottom: 39px;
    z-index: 1;
    transition: 0.5s;
}

.testimonial-item.style_3:hover .testi_inner_content {
    background: rgb(193, 157, 104);
}

.testimonial-item.style_3 .testi_inner_content::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    left: 37px;
    bottom: -13px;
    background: rgb(255, 255, 255);
    transform: rotate(45deg);
    transition: 0.5s;
    z-index: -1;
}

.testimonial-item.style_3 .quote_img {
    display: inline-block;
    float: right;
    bottom: 40px;
    position: relative;
    right: -1px;
}

.testimonial-item.style_3 .quote_img img {
    transition: 0.5s;
}

.testimonial-item.style_3 .testi-star i.active {
    display: inline-block;
    color: rgb(193, 157, 104);
    margin-right: 2px;
    transition: 0.5s;
}

.testimonial-item.style_3 p.quote {
    margin: 0px 0px 17px;
}

.testimonial-item.style_3 .author_content {
    display: flex;
    align-items: center;
}

.testimonial-item.style_3 .author {
    display: inline-block;
    margin-right: 19px;
}

.testimonial-item.style_3 h4.name {
    font-size: 24px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin: 0px 0px 5px;
}

.testimonial-item.style_3 h5.designation {
    font-size: 16px;
    font-weight: 400;
    color: rgb(174, 148, 85);
    margin: 0px;
}

.testimonial-item.style_3:hover p.quote, .testimonial-item.style_3:hover .testi-star i.active {
    color: rgb(255, 255, 255);
}

.testimonial-item.style_3:hover .quote_img img {
    filter: brightness(0) invert(1);
}

.testimonial-item.style_3:hover .testi_inner_content::before {
    background: rgb(193, 157, 104);
}

.testimonial-item.style_4 .single_testi_four {
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
}

.testimonial-item.style_4 .author {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 0px;
}

.testimonial-item.style_4 .content {
    overflow: hidden;
    padding: 0px 135px 0px 90px;
}

.testimonial-item.style_4 h4.name {
    font-size: 34px;
    line-height: 45px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    margin: 0px;
}

.testimonial-item.style_4 h5.designation {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: rgb(193, 157, 104);
    font-weight: 500;
    font-family: "Cormorant Garamond";
    margin: 7px 0px 0px;
}

.testimonial-item.style_4 p.quote {
    margin: 24px 0px 28px;
    line-height: 30px;
}

.testimonial-item.style_4 .testi-star i.active {
    display: inline-block;
    color: rgb(193, 156, 103);
    margin-right: 4px;
}

.testimonial.style4 .owl-dots {
    position: absolute;
    text-align: center;
    right: 74px;
    bottom: 171px;
}

.testimonial.style4 .owl-dot {
    display: inherit;
    background: rgb(247, 246, 242);
    width: 6px;
    height: 55px;
}

.testimonial.style4 .owl-dot.active {
    display: inherit;
    background: rgb(193, 158, 104);
    width: 6px;
    height: 55px;
}

.single_testi_five {
    text-align: center;
    border: 1px solid rgba(30, 30, 30, 0.15);
    margin: 46px 15px 10px;
    padding: 75px 22px 36px;
    position: relative;
    transition: 0.5s;
}

.single_testi_five::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: url("https://wp.ditsolution.net/royella-multipurpose/wp-content/uploads/2023/12/testi-bg.jpg") center center / cover no-repeat;
    opacity: 0;
    transition: 0.5s;
}

.testimonial.style5 .single_testi_five:hover::before {
    opacity: 1;
}

.single_testi_five .author_thumb {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -40px;
}

.testimonial.style5 .content {
    position: relative;
    z-index: 2;
}

.testimonial.style5 .author {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.testimonial.style5 .author::before {
    position: absolute;
    content: "";
    top: -7px;
    left: -7px;
    height: 105px;
    width: 105px;
    border: 1px solid rgb(225, 225, 225);
    transition: 0.5s;
    border-radius: 50%;
    z-index: -1;
}

.testimonial.style5 .single_testi_five:hover .author::before {
    border-color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
}

.testimonial.style5 .quote_img {
    display: inline-block;
    position: absolute;
    top: 24px;
    left: -28px;
}

.testimonial.style5 p.quote {
    font-size: 18px;
    line-height: 30px;
    color: rgb(97, 97, 97);
    font-weight: 400;
    font-style: italic;
    transition: 0.5s;
}

.testimonial.style5 .reviews_rating {
    margin-top: 27px;
}

.testimonial.style5 .testi-star i.active {
    color: rgb(255, 174, 17);
    font-size: 18px;
    margin: 0px 2px;
}

.testimonial.style5 h4.name {
    font-size: 22px;
    font-weight: 600;
    margin: 6px 0px;
}

.testimonial.style5 h5.designation {
    margin: 0px;
    color: rgb(97, 97, 97);
    font-weight: 400;
    font-family: Lora;
    font-size: 16px;
    padding-left: 33px;
    position: relative;
    display: inline-block;
}

.testimonial.style5 .single_testi_five:hover p.quote, .testimonial.style5 .single_testi_five:hover h4.name, .testimonial.style5 .single_testi_five:hover h5.designation {
    color: rgb(255, 255, 255);
}

.testimonial.style5 h5.designation::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0px;
    width: 20px;
    height: 1px;
    background-color: rgb(193, 157, 104);
}

.testi_dark_two .single_testi_five {
    border: 1px solid rgb(66, 66, 66);
}

.testi_dark_two .testimonial.style5 button.owl-dot.active {
    background: rgb(193, 158, 102);
}

.testi_dark_two .testimonial.style5 button.owl-dot {
    border: 2px solid rgb(255, 255, 255);
    width: 12px;
    height: 12px;
    background: rgb(255, 255, 255);
}

.testimonial.style5 .owl-dots {
    position: relative;
    text-align: center;
    left: 0px;
    bottom: -20px;
    margin: auto;
}

.testimonial.style5 button.owl-dot {
    display: inline-block;
    border: 2px solid rgba(30, 30, 30, 0.1);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 6px;
}

.testimonial.style5 button.owl-dot.active {
    display: inline-block;
    background: rgb(193, 158, 102);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 6px;
    border: transparent;
}

.testimonial-item.style_6 {
}

.testimonial-item.style_6 .author {
    display: inline-block;
    margin-right: 21px;
}

.testimonial-item.style_6 .testi-star i {
    color: rgb(193, 157, 104);
}

.testimonial-item.style_6 .testi_inner_content p {
    margin: 18px 0px 51px;
    font-size: 18px;
    line-height: 30px;
    color: rgb(172, 172, 172);
    font-weight: 400;
    font-style: italic;
    font-family: Lora;
    position: relative;
    width: 96%;
}

.testimonial-item.style_6 .testi_inner_content p::after {
    position: absolute;
    content: "";
    bottom: -41px;
    left: 0px;
    height: 35px;
    width: 1px;
    background: rgb(174, 148, 85);
}

.testimonial-item.style_6 .author_content {
    display: flex;
    align-items: center;
}

.testimonial-item.style_6 h4.name {
    margin: 0px 0px 6px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 500;
}

.testimonial-item.style_6 h5.designation {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    padding-left: 34px;
    position: relative;
}

.testimonial-item.style_6 h5.designation::after {
    position: absolute;
    content: "";
    left: 0px;
    height: 1px;
    width: 22px;
    background: rgb(174, 148, 85);
    bottom: 8px;
}

.testimonial-item.style_10 {
    transition: 0.5s;
    background: rgb(241 241 241);
    padding: 20px;
    /* border-radius: 20px; */
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.testimonial-item.style_10:hover {
    transform: translateY(-5px);
}

.testimonial-item.style_10 h3.title {
    font-size: 22px;
    line-height: 26px;
    color: rgb(67 67 67);
    font-weight: 600;
    margin: 0px 0px 13px;
}

.testimonial-item.style_10 .quote_img {
    display: inline-block;
    flex-shrink: 0;
}

.testimonial-item.style_10 .testi-star i.active {
    font-size: 14px;
    line-height: 26px;
    color: rgb(255, 162, 16);
}

.testimonial-item.style_10 p.quote {
    margin: 17px 0px 26px;
    font-size: 15px;
    color: #242424;
    letter-spacing: 0.0px;
    line-height: 29px;
    text-align: justify;
}

.testimonial-item.style_10 h4.name {
    font-size: 16px;
    color: rgb(32 31 31);
    /* font-weight: 600; */
    text-transform: uppercase;
    /* font-family: "Cormorant Garamond"; */
    /* margin: 0px; */
}

.testimonial-item.style_10 h5.designation {
    margin: 3px 0px 0px;
    font-size: 15px;
    line-height: 26px;
    color: rgb(97, 97, 97);
    font-weight: 400;
    font-family: Lora;
}

.testimonial-item.style_10 .author-degignetion {
    display: inline-block;
    padding: 0px 0px 0px 13px;
}

.testimonial.style10 .owl-dots {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 48px;
}

.testimonial.style10 button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(30, 30, 30, 0.2);
    display: inline-block;
    margin: 0px 4px;
    position: relative;
}

.testimonial.style10 button.owl-dot.active {
    background-color: rgb(227 30 36);
    position: relative;
}

.testimonial.style10 button.owl-dot::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 89px;
    height: 1px;
    width: 120px;
    border: 1px solid rgb(225, 224, 220);
}

.testimonial.style10 button.owl-dot::after {
    position: absolute;
    content: "";
    top: 3px;
    right: 89px;
    height: 1px;
    width: 120px;
    border: 1px solid rgb(225, 224, 220);
}

.case-study.style1 .case-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.case-study.style1 .case-grid .gird-item {
    position: relative;
    overflow: hidden;
}

.case-study.style1 .case-grid .gird-item .image {
    position: relative;
}

.case-study.style1 .case-grid .gird-item .image img {
    height: 380px;
    object-fit: cover;
}

.case-study.style1 .case-grid .gird-item .image::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: var(--main-color);
    opacity: 0;
    transition: 0.5s;
}

.case-study.style1 .case-grid .gird-item:hover .image::before {
    opacity: 0.9;
}

.case-study.style1 .case-grid .gird-item .content {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    text-align: center;
    transition: 0.5s;
}

.case-study.style1 .case-grid .gird-item:hover .content {
    top: 50%;
    transform: translateY(-50%);
}

.case-study.style1 .case-grid .gird-item .content .case-btn {
    display: inline-block;
    margin-bottom: 24px;
}

.case-study.style1 .case-grid .gird-item .content .case-btn:hover i {
    color: var(--main-color);
    background-color: rgb(255, 255, 255);
}

.case-study.style1 .case-grid .gird-item .content .case-btn i {
    color: rgb(255, 255, 255);
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
}

.case-study.style1 .case-grid .gird-item .content .title {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
}

.case-study.style1 .case-grid .gird-item .content .category {
    color: rgb(255, 255, 255);
}

.dreamit-single-cases-study {
    position: relative;
    z-index: 999;
}

.cases-study-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    background: rgb(237, 44, 65);
    margin: auto;
    padding: 20px 30px 1px;
    transition: 0.5s;
    z-index: 999;
    width: 100%;
}

.dreamit-single-cases-study:hover .cases-study-content {
    bottom: 0px;
}

.case-study-thumb {
    position: relative;
    z-index: 1;
}

.case-study-thumb img {
    width: 100%;
}

.em-cases-study-title h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0px 0px 5px;
}

.em-cases-study-title h2 a {
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    transition: 0.3s;
}

.case_category span {
    color: rgb(237, 44, 65);
}

.case_default .em-cases-study-content {
    background: transparent;
    width: 100%;
    padding: 40px 27px;
    top: inherit;
    opacity: 1;
    text-align: left;
    bottom: 0px;
}

.case_default .em-cases-study-title h2 a {
    font-size: 23px;
}

.case_default .dreamit-single-cases-study {
    margin-bottom: 30px;
}

.case_default .case-study-thumb {
    position: relative;
    z-index: 1;
}

.case_default .case-study-thumb::before {
    display: none;
}

.case_default .em-cases-study-title h2 {
    margin: 0px 0px 7px;
    color: rgb(255, 255, 255);
}

.case_default .case_category span, .case_default .cases-study-content p, .case_default .em-case-study-button a {
    color: rgb(255, 255, 255);
}

.case_default .cases-study-content p {
    margin: 20px 0px;
}

.case_default .em-cases-study-title h2 a:hover {
    color: rgb(255, 255, 255);
}

.em-case-study-button {
    margin-top: 23px;
}

.case-study.style2 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    display: inline-block;
    bottom: -69px;
    cursor: pointer;
    z-index: 22;
}

.blog_wrap.case_study_carousel button.owl-dot {
    position: relative;
    z-index: 22;
    height: 5px;
    width: 9px;
    margin: 0px 4px;
    display: inline-block;
}

.blog_wrap.case_study_carousel button.owl-dot {
    position: relative;
    z-index: 22;
    height: 5px;
    width: 9px;
    margin: 0px 4px;
    display: inline-block;
}

.case-study.style2 .owl-theme .owl-dots .owl-dot span {
    margin: 0px;
    opacity: 0;
}

.blog_wrap.case_study_carousel .owl-nav button.owl-next, .blog_wrap.case_study_carousel .owl-nav button.owl-prev, .blog_wrap.case_study_carousel button.owl-dot {
    background: rgba(255, 255, 255, 0.3);
    color: inherit;
    border: none;
    font: inherit;
    right: 0px;
    text-align: center;
    left: 0px;
    border-radius: 4px;
    padding: 0px 15px 0px 10px !important;
}

.blog_wrap.case_study_carousel button.owl-dot.active {
    border-color: rgb(193, 157, 104);
    background: rgb(193, 157, 104) !important;
}

.case-study.style2 .case-study-thumb::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(3, 4, 34, 0.9) 0%, rgba(3, 4, 34, 0.9) 24%, rgba(3, 3, 33, 0) 62%, rgba(3, 3, 33, 0) 100%);
    border-radius: 3px;
    transition: 400ms linear;
}

.case-study.style2 .single_case_study:hover .case-study-thumb::before {
    background-image: linear-gradient(0deg, rgba(255, 59, 0, 0.9) 0%, rgba(255, 59, 0, 0.9) 24%, rgba(255, 59, 0, 0) 62%, rgba(255, 59, 0, 0) 100%);
}

.case-study.style2 .video-icon a {
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background: rgb(193, 157, 104);
    display: inline-block;
    font-size: 15px;
    position: absolute;
    top: 80px;
    right: 49px;
    opacity: 0;
    transition: 400ms linear;
}

.case-study.style2 .single_case_study:hover .video-icon a {
    top: 60px;
    opacity: 1;
}

.case-study.style2 .cases-study-content {
    position: absolute;
    text-align: left;
    background: transparent;
    margin: auto;
    padding: 20px 30px 0px;
    bottom: -23px;
}

.case-study.style2 h2.title {
    line-height: 23px;
    margin: 5px 0px 0px;
}

.case-study.style2 h2.title a {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
}

.case-study.style2 .case_category span {
    font-size: 17px;
    padding: 0px 0px 0px 32px;
    position: relative;
    z-index: 1;
    transition: 400ms linear;
    color: rgb(193, 157, 104);
    font-weight: 500;
}

.case-study.style2 .case_category span::before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0px;
    top: 10px;
    width: 22px;
    border: 1px solid rgb(193, 157, 104);
    transition: 400ms linear;
}

.case-study.style2 .em-case-study-button {
    margin-top: 23px;
    opacity: 0;
    transition: 400ms linear;
}

.case-study.style2 .em-case-study-button a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
}

.case-study.style2 .em-case-study-button a i {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 9px;
    display: inline-block;
    margin-left: 6px;
}

.case-study.style2 .single_case_study:hover .cases-study-content {
    bottom: 21px;
}

.case-study.style2 .single_case_study:hover .em-case-study-button {
    opacity: 1;
}

.case-study.style2 .single_case_study:hover .case_category span::before {
    border-color: rgb(255, 255, 255);
}

.case-study.style2 .single_case_study:hover .case_category span {
    color: rgb(255, 255, 255);
}

.case-study.style3 .case-study-thumb {
    position: relative;
}

.case-study.style3 .case-study-thumb::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    opacity: 0;
}

.case-study.style3 .cases-study-content {
    position: absolute;
    left: 0px;
    bottom: -140px;
    right: 0px;
    text-align: left;
    background: rgb(193, 157, 104);
    margin: auto;
    padding: 14px 32px 19px;
    width: 92%;
    border-radius: 5px;
    transition: 400ms linear;
}

.case-study.style3 .cases-study-content .title a {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
}

.case-study.style3 .case_category span {
    color: rgb(255, 255, 255);
}

.case-study.style3 .single_case_study:hover .case-study-thumb::before {
    opacity: 1;
}

.case-study.style3 .single_case_study:hover .cases-study-content {
    bottom: 30px;
}

.case-study.style4 .single_case_study .case-study-thumb {
    position: relative;
    z-index: 1;
}

.case-study.style4 .single_case_study .case-study-thumb::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, rgb(5, 9, 29) 0%, rgba(5, 9, 29, 0) 64%, rgba(5, 9, 29, 0) 100%);
}

.case-study.style4 .single_case_study .case-study-thumb::after {
    position: absolute;
    content: "";
    top: inherit;
    left: 0px;
    height: 45%;
    width: 100%;
    background: url("https://wp.ditsolution.net/royella-multipurpose/wp-content/uploads/2023/05/shape-1.png") left center no-repeat;
    bottom: -216px;
    transition: 400ms linear;
}

.case-study.style4 .single_case_study .cases_study_content {
    position: absolute;
    bottom: 32px;
    z-index: 22;
    width: 84%;
    left: 0px;
    right: 0px;
    margin: auto;
}

.case-study.style4 .single_case_study .cases_study_content .title {
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 20px;
    font-weight: 600;
    padding: 17px 19px;
    border-left: 2px solid rgb(193, 157, 104);
    transition: 0.5s;
}

.case-study.style4 .single_case_study .case_button {
    position: absolute;
    display: inline-block;
    right: 22px;
    top: -62px;
    transition: 400ms linear;
}

.case-study.style4 .single_case_study .case_button a {
    display: inline-block;
    background: rgb(193, 157, 104);
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 100%;
    color: rgb(255, 255, 255);
    font-size: 19px;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.case-study.style4 .single_case_study .cases_study_content .title a {
    color: rgb(255, 255, 255);
}

.case-study.style4 .single_case_study:hover .case_button {
    top: 22px;
}

.case-study.style4 .single_case_study:hover .case-study-thumb::after {
    bottom: 0px;
}

.case-study.style4 .single_case_study:hover .cases_study_content .title {
    background: rgb(193, 157, 104);
    border-color: rgb(193, 157, 104);
}

.case-study.style4 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -114px;
    z-index: 22;
    display: inline-block;
}

.case-study.style4 .owl-theme .owl-dots .owl-dot span {
    opacity: 0;
}

.case-study.style4 .blog_wrap.case_study_carousel .owl-nav button.owl-next, .blog_wrap.case_study_carousel .owl-nav button.owl-prev, .blog_wrap.case_study_carousel button.owl-dot {
    border: 2px solid rgb(203, 202, 207);
    border-radius: 100%;
    padding: 5px !important;
}

.case-study.style4 .blog_wrap.case_study_carousel button.owl-dot.active {
    border-color: rgb(193, 157, 104);
    background: rgb(193, 157, 104) !important;
}

.single_case_study.style_5 {
    margin: 17px 0px 34px;
}

.case-study.style3 .case-study-thumb {
    position: relative;
    overflow: hidden;
}

.single_case_study.style_5 .case-study-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single_case_study.style_5:hover .case-study-thumb img {
    transform: scale(1.1);
}

.single_case_study.style_5 .video-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    right: 0px;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 57%;
    opacity: 0;
    transition: 0.5s;
}

.single_case_study.style_5:hover .video-icon {
    top: 50%;
    opacity: 1;
}

.single_case_study.style_5 .video-icon a {
    position: relative;
    z-index: 99;
    display: inline-block;
    color: rgb(193, 158, 104);
    font-size: 24px;
    background: rgb(255, 255, 255);
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
}

.single_case_study.style_5 .case_category {
    display: inline-block;
    background: rgb(193, 157, 104);
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-family: "Cormorant Garamond";
    padding: 6px 20px;
    position: absolute;
    top: 29px;
    right: 27px;
}

.case-study.style3.style5 .owl-dots span {
    display: none !important;
}

.brand-item img {
    width: 100% !important;!i;!;!i;!;
    padding: 19px;
    height: 100px;
    object-fit: contain;
}

.single-video {
    position: relative;
    text-align: center;
}

.single-video h3 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-top: 26px;
    text-transform: capitalize;
    display: inline-block;
    margin-left: 25px;
}

.video-icon a {
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 99;
}

.single-video.style-one .video-icon a, .single-video.style-two .video-icon a {
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: 0.5s;
    display: inline-block;
    background: rgb(193, 158, 104);
    color: rgb(255, 255, 255);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    position: relative;
}

.single-video.style-one .video-icon a::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    left: -10px;
    top: -11px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    animation: 1.6s ease-out 0s infinite normal none running ripple;
}

@keyframes ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.v-overlay .video-icon a i {
    border: 0px solid rgb(255, 255, 255);
    font-size: 30px;
}

.single-video.style-one .video-icon, .single-video.style-three .video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@-webkit-keyframes ripple-red {
    0% {
        box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 0px, rgba(255, 255, 255, 0.3) 0px 0px 0px 10px, rgba(255, 255, 255, 0.3) 0px 0px 0px 20px;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 10px, rgba(255, 255, 255, 0.3) 0px 0px 0px 20px, rgba(255, 42, 2, 0) 0px 0px 0px 30px;
    }
}

.single-video .layer-1 img, .single-video .layer-2 img, .single-video .layer-3 img, .single-video .layer-4 img {
    animation: 2.5s ease-in-out 0s infinite alternate none running alltuchtopdown;
}

@keyframes alltuchtopdown {
    0% {
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        transform: rotateX(0deg) translateY(0px);
    }
}

.single-video.style-two .video-icon a, .single-video.style-two .video-icon a {
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: 0.5s;
    display: inline-block;
    background: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    position: relative;
    z-index: 22;
}

.single-video.style-two .video-icon a::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    left: -10px;
    top: -11px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    animation: 1.6s ease-out 0s infinite normal none running ripple;
}

.single-video.style-two .video-icon h5 {
    position: absolute;
    top: 47%;
    z-index: 22;
    left: 50%;
    right: 0px;
    margin: auto;
    transform: translate(-50%, -50%);
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(30, 30, 30);
    font-weight: 500;
    font-family: "Cormorant Garamond";
    display: inline-block;
    cursor: pointer;
}

.single-video.style-three .video-icon a {
    animation: auto ease 0s 1 normal none running none;
    transition: none;
}

.single-video.style-three .video-icon a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 99px;
    width: 99px;
    background: rgb(12, 90, 219);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: 1500ms ease-out 0s infinite normal none running pulse-border;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
        opacity: 0;
    }
}

.single-video.style-three .video-icon a i {
    background: rgb(255, 255, 255);
    height: 90px;
    width: 90px;
    line-height: 90px;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    color: rgb(237, 44, 65);
    font-size: 26px;
    position: relative;
}

.single-video.style-four .video-icon a, .single-video.style-four .video-icon a {
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: 0.5s;
    display: inline-block;
    background: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    position: relative;
}

.single-video.style-four .video-icon a i {
    color: rgb(193, 158, 104);
}

.single-video.style-four .video-icon a::after {
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    left: -10px;
    top: -11px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    animation: 1.6s ease-out 0s infinite normal none running ripple;
}

@keyframes moveLeftBounce {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes MOVIE-BG {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(60px);
    }

    100% {
        transform: translateX(0px);
    }
}

.dance3 {
    animation: 8s ease 0s infinite alternate none running dance3;
}

@keyframes dance3 {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.dance {
    animation: 2s ease 0s infinite alternate none running dance;
}

@keyframes dance {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1.2);
    }
}

.dance2 {
    animation: 4s ease 0s infinite alternate none running dance2;
}

@keyframes dance2 {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(25px, -25px, 0px);
    }

    100% {
        transform: translate3d(0px, -25px, 25px);
    }
}

.watermark-animate {
    animation: 8s linear 0s infinite alternate-reverse none running watermark-animate;
}

@keyframes watermark-animate {
    0% {
        left: 0px;
    }

    100% {
        left: 100%;
    }
}

.pricing.style1 {
    position: relative;
    border-radius: 10px;
    text-align: left;
}

.pricing.style1 .pricing-head {
    text-align: left;
    position: relative;
    padding: 0px;
}

.pricing.style1 .pricing-title {
    transition: 0.5s;
    color: rgb(255, 255, 255);
    padding: 13px 29px;
    font-size: 26px;
    background: rgb(30, 30, 30);
    position: absolute;
    z-index: 1;
    width: 81%;
    margin: auto;
    left: 0px;
    right: 0px;
    top: -37px;
}

.pricing.style1:hover .pricing-title {
    background: rgb(193, 157, 104);
}

.pricing.style1 .price-item {
    display: block;
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
    padding-bottom: 27px;
}

.pricing.style1 .price-item .currency {
    font-size: 50px;
    color: rgb(193, 157, 104);
    font-weight: 400;
    display: inline-block;
    font-family: Lora, serif;
}

.pricing.style1 .price-item .tk {
    font-size: 50px;
    color: rgb(193, 157, 104);
    font-weight: 400;
    display: inline-block;
    font-family: Lora, serif;
}

.pricing.style1 .price-item .month {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    color: rgb(97, 97, 97);
    font-weight: 400;
    font-family: Lora;
    display: inline-block;
    margin-left: 5px;
}

.pricing.style1 .pricing-body {
    padding: 60px 38px 46px;
    position: relative;
    border-left: 1px solid rgba(30, 30, 30, 0.1);
    border-right: 1px solid rgba(30, 30, 30, 0.1);
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}

.pricing.style1 .pricing-body ul {
    margin: 27px 0px 0px;
    padding: 0px;
    list-style: none;
}

.pricing.style1 .pricing-body ul li {
    font-weight: 400;
    margin-bottom: 10px;
}

.pricing.style1 .pricing-body ul li i {
    display: inline-block;
    color: rgb(193, 157, 104);
    font-size: 12px;
    margin-right: 6px;
}

.pricing.style1 .pricing-button {
    display: inline-block;
    padding: 13px 28px;
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(30, 30, 30);
    font-weight: 500;
    font-family: "Cormorant Garamond";
    position: relative;
    z-index: 1;
    border: 1px solid rgb(193, 157, 104);
    transition: 0.5s;
    margin-top: 27px;
}

.pricing.style1 .pricing-button::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0px;
    right: 153px;
    bottom: -11px;
    background: rgb(193, 157, 104);
}

.pricing.style1 .pricing-button:hover {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.resort-dark .service_room.style1.style4 {
    background: rgb(39, 39, 39);
}

.resort-dark .service_room.style1.style4 h3 {
    color: rgb(255, 255, 255);
}

.resort-dark .service_room.style1 ul.features li {
    opacity: 0.7;
    color: rgb(255, 255, 255);
}

.resort-dark .feature-box.style17 {
    background: rgb(54, 54, 54);
    filter: none;
}

.resort-dark .feature-box.style17 h2.title a {
    color: rgb(255, 255, 255);
}

.resort-dark .testimonial-item.style_10 {
    background: rgb(50, 50, 50);
}

.resort-dark .testimonial-item.style_10 h3.title {
    color: rgb(255, 255, 255);
}

.resort-dark .testimonial.style10 button.owl-dot {
    background-color: rgb(82, 82, 82);
}

.resort-dark .testimonial.style10 button.owl-dot::before {
    border: 1px solid rgb(50, 50, 50);
}

.resort-dark .testimonial.style10 button.owl-dot::after {
    border: 1px solid rgb(50, 50, 50);
}

.resort-dark .blog-post.style9 .post-item .single_blog_post_content {
    background: rgb(41, 41, 41);
    padding: 26px 31px;
}

.resort-dark .blog-post.style9 h3.title a {
    color: rgb(255, 255, 255);
}

.resort-dark .blog-post.style9 .date {
    color: rgb(255, 255, 255);
    opacity: 0.6;
}

.resort-dark .blog-post.style9 .author a {
    color: rgb(255, 255, 255);
    opacity: 0.6;
}

.resort-dark .blog-post.style9 .blog_btn a {
    color: rgb(255, 255, 255);
    opacity: 0.6;
}

.resort-dark .blog-post.style9 h3.title {
    border-bottom: 1px solid rgb(63, 63, 63);
}

.resort-dark .blog-post.style9 .post-item.post_style1 .single_blog_post_content h3.title {
    background: transparent;
}

.resort-dark .blog-post.style9 .post-item.post_style1 h3.title a {
    color: rgb(255, 255, 255);
}

.resort-dark .blog-post.style9 .post-item.post_style1 {
    background: rgb(41, 41, 41);
}

.owl_wrapper {
    width: 100vw;
    overflow: hidden;
}

.owl_content {
    padding-left: 12%;
}

.owl_wrapper .owl-item {
    opacity: 0;
    transform: scale(0.6);
    transition: 0.2s;
    z-index: 1;
}

.owl_wrapper .active {
    opacity: 0.5;
}

.owl_wrapper .active.middle_beside {
    transform: scale(0.8);
    opacity: 0.8;
    margin: 0px -1%;
    z-index: 2;
}

.owl_wrapper .active.middle {
    transform: scale(1);
    opacity: 1;
    z-index: 3;
}

.owl_wrapper .active.next_to_mid {
    margin-left: -1%;
}

.owl_wrapper .active.prev_to_mid {
    margin-right: -1%;
}

.owl_wrapper .prev, .owl_wrapper .next {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: rgb(255, 255, 255);
    background: rgb(119, 119, 119);
    cursor: pointer;
    z-index: 5;
}

.owl_wrapper .next {
    left: calc(100% - 100px);
}

.no_select {
    user-select: none;
}

.infos {
    width: 500px;
    text-align: center;
    font-family: Roboto, Arial;
    font-size: 14px;
    line-height: 16px;
    margin-top: 50px;
    color: rgb(0, 0, 0);
}

.infos a {
    color: rgb(85, 85, 85);
    text-decoration: none;
}

.infos a:hover {
    color: rgb(153, 153, 153);
}

#carousel {
    position: relative;
    height: 400px;
    overflow: hidden;
}

#carousel div {
    position: absolute;
    transition: transform 1s, left 1s, opacity 1s, z-index;
    opacity: 1;
}

#carousel div img {
    width: 400px;
    transition: width 1s;
}

#carousel div.hideLeft {
    left: 0%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
}

#carousel div.hideLeft img {
    width: 200px;
}

#carousel div.hideRight {
    left: 100%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
}

#carousel div.hideRight img {
    width: 200px;
}

#carousel div.prev {
    z-index: 5;
    left: 30%;
    transform: translateY(50px) translateX(-50%);
}

#carousel div.prev img {
    width: 300px;
}

#carousel div.prevLeftSecond {
    z-index: 4;
    left: 15%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0.7;
}

#carousel div.prevLeftSecond img {
    width: 200px;
}

#carousel div.selected {
    z-index: 10;
    left: 50%;
    transform: translateY(0px) translateX(-50%);
}

#carousel div.next {
    z-index: 5;
    left: 70%;
    transform: translateY(50px) translateX(-50%);
}

#carousel div.next img {
    width: 300px;
}

#carousel div.nextRightSecond {
    z-index: 4;
    left: 85%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0.7;
}

#carousel div.nextRightSecond img {
    width: 200px;
}

.contact {
    position: relative;
    z-index: 1;
}

.contact::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 147px;
    width: 100%;
    background: rgb(193, 157, 104);
    z-index: -1;
    border-radius: 3px 3px 0px 0px;
}

.contact::after {
    position: absolute;
    content: "";
    top: 137px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: url("https://wp.ditsolution.net/royella/wp-content/uploads/2023/05/square-line.png") 0% 0% / contain no-repeat;
    z-index: -1;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: rgb(247, 244, 244);
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    color: rgb(35, 35, 35);
    transition: 0.5s;
}

.buttons input {
    padding: 13px 15px;
    background: rgb(16, 16, 46);
    display: block;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    width: 100%;
    font-family: "Fira Sans";
    cursor: pointer;
    text-align: center;
    transition: 0.5s;
    border: none;
}

.buttons input:hover {
    background: rgb(193, 157, 104);
}

.form-group input::placeholder {
    color: rgb(109, 109, 109) !important;
}

.form-group:last-child {
    margin-bottom: 0px;
}

.buttons p {
    margin: 0px;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: rgb(35, 40, 45);
    opacity: 0.75;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 100%;
    padding: 0px;
    margin: 0px 24px;
    position: relative;
}

.contact input.form-control {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: rgb(247, 244, 244);
    border-radius: 30px;
    color: rgb(35, 35, 35);
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: 0.5s;
}

.contact .form-control:focus {
    outline: none;
    box-shadow: rgba(204, 48, 0, 0.6) 0px 0px 6px;
    border-color: rgb(193, 157, 104);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: rgb(109, 109, 109) !important;
}

textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: rgb(109, 109, 109) !important;
}

textarea:focus {
    outline: none;
    box-shadow: rgba(204, 48, 0, 0.6) 0px 0px 6px;
    border-color: rgb(193, 157, 104) !important;
}

.form-area.style-two .form-control {
    border: none;
    width: 100%;
    height: 56px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
}

.form-area.style-two input.form-control {
    border: none;
    width: 100%;
    height: 56px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
}

.form-area.style-two .buttons input {
    padding: 14px 33px;
    background: rgb(193, 157, 104);
    border: none;
    font-weight: 500;
    width: inherit;
    border-radius: 4px;
}

.contact-fron.style_three input.from-control {
    border: 1px solid rgba(172, 172, 172, 0.31);
    color: rgb(255, 255, 255);
    outline: 0px;
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 11px;
    padding: 0px 21px;
    background: transparent !important;
}

.contact-fron.style_three select.from-control {
    border: 1px solid rgba(172, 172, 172, 0.31);
    color: rgb(172, 172, 172);
    outline: 0px;
    width: 100%;
    height: 60px;
    position: relative;
    padding: 0px 19px;
    margin-top: 5px;
    text-transform: capitalize;
    margin-bottom: 20px;
    background: transparent !important;
}

.contact-fron.style_three p {
    margin: 0px;
}

.contact-fron.style_three input.from-control::placeholder {
    color: rgb(255, 255, 255) !important;
    opacity: 0.4;
}

.contact-fron.style_three textarea.wpcf7-form-control.wpcf7-textarea {
    transition: 0.5s;
    border: 1px solid rgba(172, 172, 172, 0.31);
    color: rgb(172, 172, 172);
    outline: 0px;
    width: 100%;
    height: 120px;
    position: relative;
    padding: 9px 19px;
    border-radius: 0px;
    background: transparent !important;
}

.contact-fron.style_three input.button {
    background: rgb(194, 157, 104);
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-family: "Cormorant Garamond";
    width: 100%;
    border: transparent;
    padding: 16px 0px;
    margin-top: 13px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.contact-fron.style_three input.from-control {
    color: rgb(172, 172, 172) !important;
}

.main-contact input.from-control::placeholder {
    color: rgb(255, 255, 255) !important;
    opacity: 0.6;
}

.main-contact textarea.from-control::placeholder {
    color: rgb(255, 255, 255) !important;
    opacity: 0.6;
}

.form-area.style-three .form-control {
    width: 100%;
    height: 57px;
    padding-left: 25px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    color: rgb(35, 35, 35);
    border: none;
}

.form-area.style-three input[type="email"] {
    height: 57px;
    padding: 5px 25px;
    width: 100%;
    border-radius: 5px;
    outline: 0px;
}

.form-area.style-three select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 57px;
    border: none;
    padding: 0px 25px;
}

.form-area.style-three textarea.wpcf7-form-control.wpcf7-textarea {
    background: rgb(255, 255, 255);
    height: 138px;
    border: none;
    border-radius: 5px;
}

.form-area.style-three .buttons input {
    padding: 13px 40px;
    background: rgb(193, 157, 104);
    border-radius: 30px;
    width: inherit;
    font-family: "Fira Sans";
}

.form-area.style-three input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    color: rgb(109, 109, 109) !important;
}

.heading.style3 h3 {
    position: relative;
    display: inline-block;
}

.heading.style3 h3::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    left: 0px;
    bottom: 0px;
    background: rgb(194, 157, 104);
}

.heading.style4 h3 {
    position: relative;
    display: inline-block;
}

.heading.style4 h3::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    left: 0px;
    bottom: -9px;
    background: rgb(194, 157, 104);
}

.gallary_box {
    position: relative;
    top: 49px;
}

.blog-post.style1 .post-item {
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(29, 33, 36, 0.12);
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    padding: 0px 0px 17px;
}

.blog-post.style1 .post-thumb {
    position: relative;
    overflow: hidden;
}

.blog-post.style1 .post-thumb img {
    overflow: hidden;
    transition: 0.5s;
    transform: scale(1.1);
    width: 100%;
}

.blog-post.style1 .categories {
    position: absolute;
    top: 10px;
    left: 10px;
}

.blog-post.style1 .categories a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-family: "Fira Sans";
    background: rgb(193, 157, 104);
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.blog-post.style1 .post-item .blog_post_inner_content {
    padding: 25px 20px 27px;
}

.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.blog-post.style1 .meta i {
    color: rgb(193, 157, 104);
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
}

.blog-post.style1 h3.title a {
    display: inline-block;
    font-size: 20px;
    color: rgb(35, 35, 35);
    font-weight: 600;
}

.blog-post.style1 .meta {
    display: inline-block;
    margin-bottom: 3px;
}

.blog-post.style1 .date {
    display: inline-block;
}

.blog-post.style1 .user_thumb {
    display: inline-block;
    height: 27px;
    width: 27px;
    margin-right: 14px;
    float: left;
}

.blog-post.style1 .user_thumb img {
    border-radius: 100%;
}

.blog-post.style1 .blog_post_user {
    border-top: 1px solid rgba(29, 33, 36, 0.12);
    padding: 17px 27px 0px;
}

.blog-post.style1 .author {
    display: inline-block;
}

.blog-post.style1 .author a {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
    color: rgb(35, 35, 35) !important;
}

.blog-post.style1 .blog_btn {
    float: right;
}

.blog-post.style1 .blog_btn a {
    display: inline-block;
    color: rgb(35, 35, 35);
    font-family: "Fira Sans";
    font-weight: 600;
    transition: 0.5s;
}

.blog-post.style1 .blog_btn a i {
    font-size: 10px;
    display: inline-block;
    color: rgb(193, 157, 104);
    font-weight: 600;
    margin-left: 5px;
}

.post-item:hover {
    filter: drop-shadow(rgba(196, 196, 196, 0.5) 0px 0px 35px);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(29, 33, 36, 0.12);
}

.post-item:hover .post-thumb img {
    transform: scale(1.4);
}

.blog-post.style1 h3.title a:hover {
    color: rgb(193, 157, 104);
}

.blog-post.style1 .blog_btn a:hover {
    color: rgb(193, 157, 104);
}

.blog-post.style1 .author a:hover {
    color: rgb(193, 157, 104);
}

.blog-post.style1 .post-item .content .meta .date {
    position: relative;
    color: rgb(97, 97, 97);
    font-size: 16px;
    text-transform: capitalize;
}

.blog-post.style1 .post-item .content .meta .date i {
    color: rgb(58, 187, 167);
    margin-right: 5px;
}

.blog-post.style1 .post-item .content .meta .author i {
    color: rgb(58, 187, 167);
    margin-right: 5px;
}

.blog-post.style1 .post-item .content .meta .author a {
    color: rgb(97, 97, 97);
    font-size: 15px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
}

.blog-post.style1 .post-item .content .title {
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
}

.blog-post.style1 .post-item .content .title a {
    color: var(--title-color);
    font-size: 22px;
    font-family: var(--title-font);
    font-weight: 600;
    transition: 0.3s;
}

.blog-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}

.blog-post.style1 .post-item .content .read-more {
    display: inline-block;
    color: rgb(30, 38, 109);
}

.blog_style_two .luxury-single-blog_adn {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 30px;
}

.blog_style_two .luxury-blog-thumb_adn img {
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    transform: scale(1.1);
}

.blog_style_two .luxury-single-blog_adn:hover .luxury-blog-thumb_adn img {
    transform: scale(1.4);
}

.blog_style_two .em-blog-content-area_adn {
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-right: 1px solid rgba(30, 30, 30, 0.1);
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
    border-left: 1px solid rgba(30, 30, 30, 0.1);
    border-image: initial;
    border-top: transparent;
    padding: 22px 31px 7px;
}

.blog_style_two .luxury-blog-thumb_adn {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog_style_two ul.post-categories {
    display: inline-block;
    position: absolute;
    bottom: 26px;
    left: 30px;
}

.blog_style_two ul.post-categories li {
    list-style: none;
}

.blog_style_two ul.post-categories li a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    background: rgb(193, 158, 104);
    border-radius: 0px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.blog_style_two .user_url {
    display: inline-block;
}

.blog_style_two .user_url a {
    padding-right: 0px;
    transition: 0.5s;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: rgb(97, 97, 97);
    font-weight: 400;
    margin-right: 28px;
    margin-left: 13px;
    margin-bottom: 15px;
    position: relative;
}

.blog_style_two .user_url a::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: -13px;
    top: 10px;
    background: rgb(209, 209, 209);
}

.blog_style_two .royella-blog-meta-left {
    display: inline-block;
}

.blog_style_two .blog-page-title_adn h2 {
    margin: 0px 0px 15px;
}

.blog_style_two .blog-page-title_adn h2 a {
    display: inline-block;
    font-size: 28px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    font-family: "Cormorant Garamond";
    transition: 0.5s;
    margin-top: 7px;
}

.blog_style_two .blog-page-title_adn h2 a:hover {
    color: rgb(193, 157, 104);
    text-decoration: underline !important;
}

.blog_style_two .luxury-blog-readmore {
    border-right: 1px solid rgba(30, 30, 30, 0.1);
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
    border-left: 1px solid rgba(30, 30, 30, 0.1);
    border-image: initial;
    border-top: transparent;
    padding: 14px 31px;
}

.blog_style_two .luxury-blog-readmore a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(30, 30, 30);
    font-weight: 500;
    font-family: "Cormorant Garamond";
    transition: 0.5s;
}

.blog_style_two .luxury-blog-readmore a:hover {
    color: rgb(193, 157, 104);
}

.single_blog_adn.style-3 {
    position: relative;
    z-index: 1;
}

.single_blog_adn.style-3 .luxury-single-blog_adn {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: inherit;
    margin: 19px 3px;
}

.single_blog_adn.style-3 .luxury-single-blog_adn::before {
    position: absolute;
    content: "";
    top: 14px;
    left: -14px;
    height: 100%;
    width: 100%;
    border: 1px dashed rgb(190, 157, 104);
    z-index: -1;
}

.blog_style_two.style-3 .single_blog_adn.style-3 .em-blog-content-area_adn {
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-width: initial;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: initial;
    border-top-color: transparent;
    padding: 32px 32px 13px;
}

.blog_style_two.style-3 .single_blog_adn.style-3 span.user i {
    display: inline-block;
    color: rgb(193, 157, 104);
    background: rgb(248, 246, 243);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    margin-right: 12px;
    font-size: 12px;
}

.blog_style_two.style-3 .single_blog_adn.style-3 .user_url a::before {
    display: none;
}

.blog_style_two .royella-blog-meta-left span::before {
    display: none;
}

.blog_style_two.style-3 .single_blog_adn.style-3 .user_url a {
    padding-right: 0px;
    transition: 0.5s;
    text-transform: capitalize;
    margin-left: 0px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: rgb(97, 97, 97);
    font-weight: 400;
    font-family: Lora;
    margin-right: 27px;
}

.blog_style_two.style-3 .single_blog_adn.style-3 .royella-blog-meta-left i {
    font-size: 12px;
    display: inline-block;
    color: rgb(193, 157, 104);
    background: rgb(248, 246, 243);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    margin-right: 12px;
}

.blog_style_two.style-3 .single_blog_adn.style-3 .blog-page-title_adn h2 {
    margin: 0px 0px 4px;
}

.blog_style_two.style-3 .single_blog_adn.style-3 .royella-blog-meta-left a, .blog_style_two.style-3 .single_blog_adn.style-3 .royella-blog-meta-left time, .blog_style_two.style-3 .single_blog_adn.style-3 .royella-blog-meta-left span {
    transition: 0.3s;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 16px;
    color: rgb(97, 97, 97);
    font-weight: 400;
    margin: 0px 0px 7px;
}

.blog_style_two.style-3 .single_blog_adn.style-3 .blog-page-title_adn h2 a {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: rgb(30, 30, 30);
    font-weight: 700;
    font-family: "Cormorant Garamond";
    transition: 0.5s;
}

.blog-page-title_adn h2 a:hover {
    color: rgb(193, 157, 104) !important;
}

.blog_dark .blog_style_two .em-blog-content-area_adn {
    background-color: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    border-left: 1px solid rgba(255, 255, 255, 0.32);
    border-image: initial;
    border-top: transparent;
}

.blog_dark .blog_style_two .luxury-blog-readmore {
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    border-left: 1px solid rgba(255, 255, 255, 0.32);
    border-image: initial;
    border-top: transparent;
}

.blog_dark_two .blog_style_two .em-blog-content-area_adn {
    background-color: rgb(39, 39, 39);
    border-right: 1px solid rgb(39, 39, 39);
    border-bottom: 1px solid rgb(39, 39, 39);
    border-left: 1px solid rgb(39, 39, 39);
    border-image: initial;
    border-top: transparent;
}

.blog-post.style9 .post-item {
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    background: rgb(249, 246, 241);
}

.blog-post.style9 .post-item:hover {
    filter: drop-shadow(rgba(196, 196, 196, 0.5) 0px 0px 35px);
    background-color: rgb(255, 255, 255);
    border: none;
}

.blog-post.style9 .post-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.blog-post.style9 .post-item.post_style1 .post-thumb {
    flex-shrink: 0;
}

.blog-post.style9 .post-item.post_style1 {
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    margin-bottom: 25px;
}

.blog-post.style9 .post-item.post_style1 .post-thumb img {
    overflow: hidden;
    transition: 0.5s;
    width: 268px;
    height: 206px;
    object-fit: cover;
}

.blog-post.style9 .post-item.post_style1 h3.title a {
    display: inline-block;
    font-size: 26px;
    color: rgb(3, 24, 18);
    font-weight: 500;
    letter-spacing: -1px;
}

.blog-post.style9 .post-thumb img {
    overflow: hidden;
    transition: 0.5s;
    transform: scale(1.1);
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-post.style9 .categories {
    position: absolute;
    top: 10px;
    left: 10px;
}

.blog-post.style9 .categories a {
    padding: 5px 25px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    background: rgb(116, 105, 85);
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    text-transform: uppercase;
}

.blog-post.style9 .post-item .single_blog_post_content {
    background: rgb(255, 255, 255);
    padding: 26px 31px;
}

.blog-post.style9 .post-item.post_style1 .single_blog_post_content h3.title {
    background: rgb(255, 255, 255);
    padding: 0px;
    border-bottom: none;
    margin: 6px 0px 8px;
}

.blog-post.style9 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.blog-post.style9 .meta i {
    color: rgb(243, 51, 80);
    display: inline-block;
    font-size: 14px;
    margin-right: 3px;
}

.blog-post.style9 h3.title {
    margin: 9px 0px 23px;
    border-bottom: 1px solid rgb(210, 210, 210);
    padding-bottom: 28px;
}

.blog-post.style9 h3.title a {
    display: inline-block;
    font-size: 32px;
    color: rgb(3, 24, 18);
    font-weight: 600;
}

.blog-post.style9 .meta {
    display: inline-block;
}

.blog-post.style9 .date {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    margin-right: 32px;
    padding-left: 23px;
    position: relative;
    color: rgb(97, 97, 97);
}

.blog-post.style9 .date::after {
    position: absolute;
    content: "";
    top: 9px;
    left: 0px;
    width: 10px;
    height: 10px;
    background-color: rgb(210, 210, 210);
}

.blog-post.style9 .user_thumb {
    display: inline-block;
    height: 27px;
    width: 27px;
    margin-right: 8px;
    float: left;
}

.blog-post.style9 .user_thumb img {
    border-radius: 100%;
}

.blog-post.style9 .blog_post_user {
    border-top: 1px solid rgba(29, 33, 36, 0.12);
    padding: 17px 27px 0px;
}

.blog-post.style9 .author {
    display: inline-block;
}

.blog-post.style9 .author a {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0px;
    font-weight: 400;
    position: relative;
    color: rgb(97, 97, 97) !important;
}

.blog-post.style9 .author a::after {
    position: absolute;
    content: "";
    top: 9px;
    left: -19px;
    width: 10px;
    height: 10px;
    background-color: rgb(210, 210, 210);
}

.blog-post.style9 .blog_btn a {
    display: inline-block;
    color: rgb(97, 97, 97);
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.blog-post.style9 .blog_btn a i {
    display: inline-block;
    color: rgb(97, 97, 97);
    font-weight: 600;
    margin-left: 4px;
    transform: rotate(0deg);
}

.blog-post.style9 .blog_btn a:hover i {
    color: rgb(193, 157, 104);
}

.blog-post.style9 .post-item:hover .post-thumb img {
    transform: scale(1.4);
}

.blog-post.style9 h3.title a:hover {
    color: rgb(193, 157, 104);
    text-decoration: underline !important;
}

.blog-post.style9 .blog_btn a:hover {
    color: rgb(243, 51, 80);
}

.blog-post.style9 .author a:hover {
    color: rgb(243, 51, 80);
}

.blog-post.style9 .post-item .content .meta .date {
    position: relative;
    color: rgb(97, 97, 97);
    font-size: 16px;
    text-transform: capitalize;
}

.blog-post.style9 .post-item .content .meta .date i {
    color: rgb(58, 187, 167);
    margin-right: 5px;
}

.blog-post.style9 .post-item .content .meta .author i {
    color: rgb(58, 187, 167);
    margin-right: 5px;
}

.blog-post.style9 .post-item .content .meta .author a {
    color: rgb(97, 97, 97);
    font-size: 15px;
    text-transform: uppercase;
}

.blog-post.style9 .post-item .content .title {
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
}

.blog-post.style9 .post-item .content .title a {
    color: var(--title-color);
    font-size: 22px;
    font-family: var(--title-font);
    font-weight: 600;
    transition: 0.3s;
}

.blog-post.style9 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}

.blog-post.style9 .post-item .content .read-more {
    display: inline-block;
    color: rgb(30, 38, 109);
}

.recent-post.style1 .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgb(97, 97, 97);
    overflow: hidden;
}

.recent-post.style1 .post-item:last-child {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.recent-post.style1 .post-item .post-thumb {
    flex-shrink: 0;
}

.recent-post.style1 .post-item .post-thumb img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 10px;
}

.recent-post.style1 .post-item .content {
    padding: 0px 0px 0px 10px;
}

.recent-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
}

.recent-post.style1 .post-item .content .meta .date {
    position: relative;
    color: rgb(97, 97, 97);
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

.recent-post.style1 .post-item .content .meta .date i {
    color: rgb(58, 187, 167);
    margin-right: 5px;
}

.recent-post.style1 .post-item .content .title {
    font-size: 16px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
    margin-bottom: 6px;
}

.recent-post.style1 .post-item .content .title a {
    color: var(--title-color);
}

.recent-post.style1 .post-item .content .title a:hover {
    color: var(--main-color);
}

.recent-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}

.portfolio-filter .filters {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.portfolio-filter ul {
    margin: 0px;
    list-style: none;
    padding: 25px 0px 0px;
}

.portfolio-filter ul li {
    background: rgb(255, 255, 255);
    border: transparent;
    border-radius: 0px;
    margin-right: 13px;
    text-transform: uppercase;
    color: rgb(30, 30, 30);
    font-weight: 600;
    font-family: "Cormorant Garamond";
    font-size: 15px;
    padding: 9px 25px;
    display: inline-block;
    cursor: pointer;
}

.portfolio-filter li.current_menu_item {
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.portfolio-filter .single-content {
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    gap: 27px;
    padding: 20px 30px 20px 20px;
    margin-bottom: 20px;
}

.portfolio-filter .port-thumb {
    flex-shrink: 0;
    display: inline-block;
    float: left;
}

.portfolio-filter .dolar {
    color: rgb(193, 157, 104);
    font-size: 20px;
    position: absolute;
    top: 38px;
    right: 38px;
}

.portfolio-filter .content h2 {
    font-size: 26px;
    color: rgb(30, 30, 30);
    font-weight: 500;
    display: block;
    margin: 0px;
}

.portfolio-filter .content h6 {
    border-top: 1px dashed rgba(34, 34, 34, 0.24);
    padding-top: 13px;
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 15px;
    font-family: Lora, serif;
    color: rgb(97, 97, 97);
    font-weight: 400;
    line-height: 26px;
}

.portfolio_details {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px;
    padding: 65px 50px 50px;
    width: 100%;
}

.portfolio_info {
    padding-left: 50px;
    padding-top: 48px;
}

.portfolio_info h2 {
    font-size: 25px;
    padding-bottom: 17px;
}

.portfolio-details-box li strong {
    margin-right: 5px;
}

.pr-title {
    padding: 24px 0px 18px;
}

.port_dtl_social {
}

.port_dtl_social span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.port_dtl_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}

.portfolio_details .col-md-6 {
    float: left;
}

.portfolio_info ul {
    list-style: none;
}

.portfolio_info ul li {
    padding: 5px 0px;
}

.port_dtl_social {
    margin-top: 20px;
}

.pr-title h2 {
    font-size: 25px;
}

.product_post_item {
    overflow: hidden;
    position: relative;
}

.product_post_item .post-thumb {
    position: relative;
    z-index: 1;
}

.product_post_item .dolar {
    display: inline-block;
    background: rgb(255, 0, 0);
    line-height: 0;
    padding: 21px 14px 26px;
    position: absolute;
    right: 0px;
    top: 26px;
}

.product_post_item .single_product_content {
    background: rgb(39, 39, 39);
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    right: 0px;
}

.product_post_item .single_product_content h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: "Cormorant Garamond";
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    padding: 0px 0px 0px 28px;
    transition: 0.5s;
    margin: 0px;
}

.product_post_item .dolar h2 {
    margin: 0px;
    line-height: 0;
    color: rgb(255, 255, 255);
}

.product_post_item .blog-page-title_adn {
    padding: 0px 28px 11px;
}

.product_post_item .case_post_icon a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    background: rgb(194, 157, 104);
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    transition: 0.5s;
}

.product_post_item .single_blog_post_content {
    position: relative;
    z-index: 22;
}

.product_post_item p.heading-text span {
    color: rgb(255, 0, 0);
}

.product_post.style1 .owl-nav {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -164px;
    right: 6px;
}

.product_post.style1 button.owl-prev i, .product_post.style1 button.owl-next i {
    color: rgb(255, 255, 255);
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.54);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0px 7px;
}

.menu-service-menu-container ul {
    list-style: none;
    padding: 0px;
}

.menu-service-menu-container ul li {
    list-style: none;
    margin-bottom: 14px;
}

.menu-service-menu-container ul li:last-child {
    margin-bottom: 0px;
}

.menu-service-menu-container ul li a {
    display: block;
    padding: 15px 7px 15px 49px;
    background-color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 16px;
    transition: 0.3s;
    color: rgb(35, 35, 35);
    position: relative;
    border-radius: 5px;
}

.menu-service-menu-container ul .current_page_item a {
    background-color: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.menu-service-menu-container ul .current_page_item a::after {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 61, 0);
}

.menu-service-menu-container ul li a::after {
    content: "";
    position: absolute;
    left: 19px;
    top: 18px;
    font-size: 12px;
    font-family: FontAwesome;
    height: 22px;
    width: 22px;
    background: rgb(233, 233, 233);
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    transition: 0.5s;
}

.menu-service-menu-container ul li a:hover {
    color: rgb(255, 255, 255);
    background: rgb(193, 157, 104);
}

.menu-service-menu-container ul li a:hover::after {
    background: rgb(255, 255, 255);
    color: rgb(255, 61, 0);
}

.details-service .dreamit-button .button {
    padding: 11px 29px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.hero-single-slide {
    min-height: 887px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.hero-content-left h1 {
    font-size: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 800;
    line-height: 1.1;
}

.hero-content-left h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: 1.2;
}

.hero-content-left h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hero-content-left p {
    padding-right: 70px;
    margin-bottom: 35px;
}

.my-accordion li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
}

.my-accordion li p {
    display: none;
    padding: 17px 25px 3px;
    color: rgb(97, 97, 97);
    font-size: 16px;
}

.my-accordion a {
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "Cormorant Garamond";
    transition: 0.5s;
    color: rgb(255, 255, 255) !important;
}

a.active {

color: rgb(247 167 8) !important;
}

a.active:hover {
    color: rgb(255, 255, 255);
}

.my-accordion a::after {
    width: 10px;
    height: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    right: 28px;
    content: " ";
    top: 31px;
    transition: 0.2s ease-in-out;
}

.my-accordion a::before {
    width: 2px;
    height: 10px;
    background: rgb(255, 255, 255);
    position: absolute;
    right: 32px;
    content: " ";
    top: 27px;
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
}

.my-accordion li p {
    display: none;
    font-size: 16px;
    color: rgb(177, 178, 180);
    padding: 22px 0px 10px 30px;
}

a.active::after {
    transform: rotate(0deg);
    /* transition: 0.2s ease-in-out; */
    /* background: rgb(255, 255, 255); */
}

a.active::before {
    display: none;
}

.my-accordion.style-two li::after {
    display: none;
}

.my-accordion.style-two li a {
    padding: 19px 20px 19px 30px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 0px;
}

.my-accordion.style-two li p {
    padding: 25px 0px 25px 30px;
    background: rgba(255, 255, 255, 0.05);
}

.my-accordion.style5 a {
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
    padding: 16px 80px 16px 30px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "Cormorant Garamond";
    transition: 0.5s;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(30, 30, 30, 0.1);
    color: rgb(30, 30, 30) !important;
}

.my-accordion.style5 a.active {
    color: rgb(255, 255, 255);
    background: rgb(247, 245, 243) !important;
}

.my-accordion.style5 li p {
    display: none;
    font-size: 16px;
    color: rgb(177, 178, 180);
    padding: 22px 0px 10px 30px;
    border-right: 1px solid rgba(30, 30, 30, 0.1);
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
    border-left: 1px solid rgba(30, 30, 30, 0.1);
    border-image: initial;
    border-top: none;
}

.my-accordion.style5 a::before {
    width: 2px;
    height: 10px;
    background: rgb(30, 30, 30);
    position: absolute;
    right: 32px;
    content: " ";
    top: 27px;
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
}

.my-accordion.style5 a::after {
    width: 10px;
    height: 2px;
    background: rgb(30, 30, 30);
    position: absolute;
    right: 28px;
    content: " ";
    top: 31px;
    transition: 0.2s ease-in-out;
}

.my-accordion.style5 a.active::after {
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
    background: rgb(31, 31, 31);
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(-30px);
    }
}

@-webkit-keyframes float-bob2 {
    0% {
        transform: translateY(-60px);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(-60px);
    }
}

@-webkit-keyframes float-bob3 {
    0% {
        transform: translateY(-40px);
    }

    50% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(-40px);
    }
}

@-webkit-keyframes float-bob4 {
    0% {
        transform: translateY(-70px);
    }

    50% {
        transform: translateY(-35px);
    }

    100% {
        transform: translateY(-70px);
    }
}

@-webkit-keyframes float-bob5 {
    0% {
        transform: translateY(-75px);
    }

    50% {
        transform: translateY(-35px);
    }

    100% {
        transform: translateY(-75px);
    }
}

@-webkit-keyframes movebounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}

.subscribe-form input[type="email"] {
    padding: 10px 15px;
    border-radius: 0px;
    outline: 0px;
    width: 70%;
    border: 0px;
    background: rgb(255, 255, 255);
    height: 56px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 50px 0px;
    margin: 0px;
}

.subscribe-form input[type="email"]::placeholder {
    opacity: 0.9;
}

.subscribe-form input[type="email"]:focus {
    color: rgb(255, 255, 255);
}

.subscribe-form input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 56px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: rgb(185, 141, 54);
    padding: 0px;
    width: 30%;
    border: 0px;
    outline: 0px;
    border-radius: 0px;
}

.custom-progress .elementor-progress-text {
    margin-top: -20px;
    color: rgb(35, 35, 35);
    font-size: 16px;
    padding-left: 0px;
    overflow: visible;
}

.custom-progress .elementor-progress-percentage {
    padding-right: 15px;
    margin-top: -20px;
    color: rgb(35, 35, 35);
    font-size: 16px;
}

.service_box.style8 {
    background: rgb(255, 255, 255);
    padding: 40px 30px;
    text-align: center;
    border-radius: 6px;
}

.service_box.style8 .service_content .title {
    color: rgb(35, 35, 35);
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0px 10px;
    display: block;
}

.service_box.style8 .service-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    background: rgb(255, 245, 242);
    border-radius: 100%;
    position: relative;
    z-index: 99;
}

.service_box.style8 .service-icon::after {
    width: 90px;
    height: 90px;
    line-height: 90px;
    position: absolute;
    left: -7px;
    top: -7px;
    border: 1px dashed rgb(255, 0, 0);
    border-radius: 100%;
    content: "";
}

.service_box.style8 .service-icon i {
    font-size: 40px;
    color: rgb(193, 157, 104);
}

.service_box.style8 .service_btn a {
    border: 1px solid rgb(193, 157, 104);
    border-radius: 30px;
    padding: 8px 25px;
    color: rgb(193, 157, 104);
    margin-top: 15px;
    display: inline-block;
    transition: 0.5s;
}

.service_box.style8:hover .service_btn a {
    background: rgb(193, 157, 104);
    border-color: rgb(193, 157, 104);
    color: rgb(255, 255, 255);
}

.service_list.style-1 .service-text {
    background: rgb(255, 255, 255);
    padding: 13px 26px;
    margin-bottom: 16px;
    display: block;
    width: 100%;
}

.service_list.style-1 .service-text h3 {
    color: rgb(193, 157, 104);
    font-size: 16px;
    font-family: Lora, serif;
    font-weight: 400;
    margin: 0px;
}

.service_list.style-1 .service-text h3 strong {
    color: rgb(30, 30, 30);
    font-weight: 500;
    font-family: Lora;
    font-size: 15px;
}

.service_list.style-2 .service-text {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(97, 97, 97, 0.16);
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}

.service_list.style-2 .service-text h3 {
    font-family: Lora, serif;
    font-size: 15px;
    margin: 0px;
    color: rgb(97, 97, 97);
}

.service_list.style-2 .image {
    display: inline-block;
    margin-right: 12px;
}

.royella-blog-thumb img {
    width: 100%;
}

.royella-blog-readmore a {
    padding-bottom: 17px;
    display: inline-block;
}

.royella-blog-readmore a i {
    margin-left: 5px;
}



.video__area {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video__area {
        background-attachment: unset;
    }
}

@media only screen and (max-width: 767px) {
    .video__area {
        background-attachment: unset;
    }
}

.video__area:hover .play-now {
    opacity: 0;
    visibility: hidden;
}

.video__area .play-now {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: rgb(193, 158, 104);
    background: rgb(255, 255, 255);
    text-transform: capitalize;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 95px;
    height: 95px;
    line-height: 95px;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 50%;
    left: 50%;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video__area .play-now {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .video__area .play-now {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
}

.video__content {
    display: block;
    width: 100%;
    height: 550px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video__content {
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video__content {
        height: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .video__content {
        height: 450px;
    }
}

.video__content a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border: none;
    background-color: transparent;
}

.cursor {
    position: fixed;
    pointer-events: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: rgb(193, 158, 104);
    background: rgb(255, 255, 255);
    text-transform: capitalize;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 999;
    transition: 0.3s;
}

.cursor.video {
    width: 200px;
    height: 200px;
}

@media only screen and (max-width: 767px) {
    .cursor.video {
        display: none;
    }
}
.chat-icon {
    position: fixed;
    /* left: 50px; */
    right: 10px;
    /* border: 2px solid #e9e9e9; */
    bottom: 0px;
    padding: 10px;
    /* border-radius: 50%; */
    z-index: 9999;
    /* width: 4.5%; */
    text-align: center;
}
.brand-item{
    text-align: center;
    background-color: white;
margin: 20px;
}
input::placeholder{
    font-size: 15px;
}
.video-container {
    position: relative;
    width: 100%;
    height: 90vh;
    margin-top: 88px;
    /* Adjusts the video height to 90% of the viewport */
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures video covers the container */
}
.copyright-details a{
    color: #efefef;
}
.section-title h2{
    font-size: 20px;
}
.para{
    padding: 10px 100px;
}
/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .video-container {
        height: 33vh;
        /* Reduce height for smaller screens */
        margin-top: 0px;
    }


}

textarea{
    padding: 10px !important;
    height: 130px !important;
}
@media(max-width:576px){

    .site-footer {
        font-size: 14px;
        padding: 0px;
        font-weight: normal;
        background: #e4e4e4;
        color: #b1b0b0;
        position: relative;
    }.details {
        display: inline-grid
    ;
        /* justify-content: center; */
        text-align: center;
    }.Specialization {
        margin-top: 50px;
        margin-bottom: 16px;
    }
    .section-title h2{
        font-size: 18px;
    }.feature-box.style14 .feature-box-title h2 a {
        font-size: 17px;
        letter-spacing: 0.3px;
        line-height: 26px;
        color: rgb(255, 255, 255);
        font-weight: 400;
        text-transform: uppercase;
        /* font-family: "Cormorant Garamond"; */
    }.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 5px;
    }
    .para{
        padding: 10px 0px;
    }
    .section-title .title {
        margin: 0px;
        font-size: 18px;
        line-height: 30px;
        text-transform: uppercase;
        color: rgb(255 255 255);
    }.Specialization {
        margin-top: 50px;
        margin-bottom: 20px !important;
    }.icon-box.style4 p.description {
        font-size: 14px;
        color: rgb(30, 30, 30);
        /* font-weight: 500; */
        text-align: left;
        /* font-family: "Cormorant Garamond"; */
        /* margin: 0px; */
    }.icon-box.style4 h4.title {
        font-size: 15px;
        color: rgb(0 0 0);
        font-weight: 550;
        text-align: left;
        text-transform: uppercase;
        /* font-family: Lora; */
        margin: 0px 0px 4px;
    }
    .specification-details img {
        width: 50px !important;
        height: 50px !important;
        object-fit: cover;
    }
}